wuxw
2022-05-10 b2b5bdf6f42597e582da96aa56707e1f68d3936e
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>