| | |
| | | <if test="lineId != null and lineId != ''"> |
| | | and t1.line_id = #{lineId} |
| | | </if> |
| | | <if test="userWorkCenterIds != null and userWorkCenterIds.size > 0"> |
| | | and t1.work_center_id in |
| | | <foreach collection="userWorkCenterIds" open="(" separator="," close=")" item="workCenterId"> |
| | | #{workCenterId} |
| | | </foreach> |
| | | </if> |
| | | order by t1.create_time desc |
| | | </select> |
| | | |
| | |
| | | t1.constructor_id constructorId, |
| | | t1.supplier_id supplierId, |
| | | t1.factory_number factoryNumber, |
| | | t1.leave_factory_date leaveFactoryDate, |
| | | t1.acceptance_check_date acceptanceCheckDate, |
| | | CONVERT(VARCHAR(10), t1.leave_factory_date, 120) leaveFactoryDate, |
| | | CONVERT(VARCHAR(10), t1.acceptance_check_date, 120) acceptanceCheckDate, |
| | | t1.affiliation_id affiliationId, |
| | | t1.manage_id manageId, |
| | | t1.manager manager, |