jiangping
2023-08-21 2837bdd57f72e386bbf9a725e7b3a13e5eb9e930
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!=''">