| | |
| | | <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> |
| | |
| | | </if> |
| | | <if test="nowTime != null"> |
| | | and t.create_time < #{nowTime} |
| | | </if> |
| | | <if test="qrCodeTime != null"> |
| | | and t.create_time > #{qrCodeTime} |
| | | </if> |
| | | <if test="inspectionStartTime !=null and inspectionStartTime != ''"> |
| | | and t.inspection_time >= #{inspectionStartTime} |
| | |
| | | <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> |