111
k94314517
2023-08-19 ef90702eebdc4946fb5ae256af2624c45bf0b210
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!=''">