java110
2023-05-30 f14c50cb0036d3ddd655ce4e34732ba396a836c4
java110-db/src/main/resources/mapper/community/InspectionTaskServiceDaoImplMapper.xml
@@ -141,6 +141,9 @@
        <if test="planUserId !=null and planUserId != ''">
            and t.plan_user_id= #{planUserId}
        </if>
        <if test="originalPlanUserId !=null and originalPlanUserId != ''">
            and t.original_plan_user_id= #{originalPlanUserId}
        </if>
        <if test="startTime != null">
            and t.act_ins_time &gt;= #{startTime}
        </if>
@@ -148,7 +151,7 @@
            and t.act_ins_time &lt;= #{endTime}
        </if>
        <if test="planInsTime !=null ">
            and t.plan_ins_time= #{planInsTime}
            and DATE_FORMAT(t.plan_ins_time,'%Y-%m-%d')= #{planInsTime}
        </if>
        <if test="planEndTime !=null ">
            and t.plan_end_time= #{planEndTime}
@@ -285,6 +288,9 @@
        <if test="planUserId !=null and planUserId != ''">
            and t.plan_user_id= #{planUserId}
        </if>
        <if test="originalPlanUserId !=null and originalPlanUserId != ''">
            and t.original_plan_user_id= #{originalPlanUserId}
        </if>
        <if test="startTime != null">
            and t.act_ins_time &gt;= #{startTime}
        </if>
@@ -292,7 +298,7 @@
            and t.act_ins_time &lt;= #{endTime}
        </if>
        <if test="planInsTime !=null ">
            and t.plan_ins_time= #{planInsTime}
            and DATE_FORMAT(t.plan_ins_time,'%Y-%m-%d')= #{planInsTime}
        </if>
        <if test="planEndTime !=null ">
            and t.plan_end_time= #{planEndTime}