盘库不生成单据

This commit is contained in:
Ledo 2025-07-05 08:45:03 +08:00
parent 34183dc309
commit da6b435eeb

View File

@ -102,7 +102,7 @@
</if> </if>
GROUP BY t.id GROUP BY t.id
</select> </select>
<select id="sumAssembleReport" parameterType="java.util.List"> <select id="sumAssembleReport" parameterType="java.util.List" resultType="java.util.HashMap">
select t.dispatch_detail_id as detailId,count(t.id) as amount from pro_task_report t where t.dispatch_detail_id in select t.dispatch_detail_id as detailId,count(t.id) as amount from pro_task_report t where t.dispatch_detail_id in
<foreach collection="list" item="id" open="(" separator="," close=")"> <foreach collection="list" item="id" open="(" separator="," close=")">
#{id} #{id}