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!=''">