wuxw
2022-05-10 ba5210dc8c6c537cacc59c18d58baa9744cd2b9d
java110-db/src/main/resources/mapper/community/InspectionTaskDetailServiceDaoImplMapper.xml
@@ -189,6 +189,9 @@
        <if test="planUserName !=null and planUserName != ''">
            and it.plan_user_name= #{planUserName}
        </if>
        <if test="planUserId !=null and planUserId != ''">
            and it.plan_user_id= #{planUserId}
        </if>
        <if test="inspectionPlanName !=null and inspectionPlanName != ''">
            and ipl.inspection_plan_name= #{inspectionPlanName}
        </if>
@@ -206,6 +209,9 @@
        </if>
        <if test="nowTime != null">
            and t.create_time &lt; #{nowTime}
        </if>
        <if test="qrCodeTime != null">
            and t.create_time &gt; #{qrCodeTime}
        </if>
        <if test="inspectionStartTime !=null and inspectionStartTime != ''">
            and t.inspection_time &gt;= #{inspectionStartTime}
@@ -336,6 +342,9 @@
        <if test="planUserName !=null and planUserName != ''">
            and it.plan_user_name= #{planUserName}
        </if>
        <if test="planUserId !=null and planUserId != ''">
            and it.plan_user_id= #{planUserId}
        </if>
        <if test="inspectionPlanName !=null and inspectionPlanName != ''">
            and ipl.inspection_plan_name= #{inspectionPlanName}
        </if>