| | |
| | | <if test="params.finishEndTime != null"> |
| | | and t1.actual_end_time <= #{params.finishEndTime} |
| | | </if> |
| | | <if test="params.workCenterIds != null"> |
| | | and t3.work_center_id in |
| | | <foreach collection="params.workCenterIds" open="(" separator="," close=")" item="workCenterId"> |
| | | #{workCenterId} |
| | | </foreach> |
| | | </if> |
| | | ORDER BY t1.create_time desc |
| | | </select> |
| | | |
| | |
| | | <if test="params.finishEndTime != null"> |
| | | and t1.actual_end_time <= #{params.finishEndTime} |
| | | </if> |
| | | <if test="params.workCenterIds != null"> |
| | | and t3.work_center_id in |
| | | <foreach collection="params.workCenterIds" open="(" separator="," close=")" item="workCenterId"> |
| | | #{workCenterId} |
| | | </foreach> |
| | | </if> |
| | | ORDER BY t1.create_time desc |
| | | </select> |
| | | |