Mr.Shi
2023-08-22 d5d7e33e403a4ffe49f5dd1d073fcdf21bc0bb88
server/src/main/resources/mappers/WorkorderExtMapper.xml
@@ -957,10 +957,10 @@
              </if>
            </otherwise>
          </choose>
      <if test="startDate != null">
      <if test="startDate != null and startDate!=''">
        AND `a`.`PLAN_DATE` >= #{startDate}
      </if>
      <if test="endDate != null">
      <if test="endDate != null and endDate!=''">
        AND   #{endDate} >= `a`.`PLAN_DATE`
      </if>
      <if test="mixParam != null and mixParam!=''">