盘库不生成单据
This commit is contained in:
parent
34183dc309
commit
da6b435eeb
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user