|
|
@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<select id="selectBMSList" resultType="com.op.plan.domain.BMS">
|
|
|
|
<select id="selectBMSList" resultType="com.op.plan.domain.BMS">
|
|
|
|
SELECT bucket_id AS 'bucketId', material_id AS 'materialId',shift_id AS 'shiftId'
|
|
|
|
SELECT bucket_id AS 'bucketId', material_id AS 'materialId',shift_id AS 'shiftId'
|
|
|
|
FROM pro_wet_material_plan_detail
|
|
|
|
FROM pro_wet_material_plan_detail
|
|
|
|
WHERE status = '0' AND CONVERT(date, plan_time) = #{planTime}
|
|
|
|
WHERE CONVERT(date, plan_time) = #{planTime}
|
|
|
|
GROUP BY bucket_id,material_id,shift_id
|
|
|
|
GROUP BY bucket_id,material_id,shift_id
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|