Browse Source

打印外箱标签: 打印零头箱时 卡死问题

master
赵宏斌 4 months ago
parent
commit
1e42ee76c9
  1. 1
      src/main/resources/mapper/production/PrintLabelRecordMapper.xml

1
src/main/resources/mapper/production/PrintLabelRecordMapper.xml

@ -73,6 +73,7 @@
Where T.Site = D.Site Where T.Site = D.Site
and T.DelnotifyNo = D.DelnotifyNo and T.DelnotifyNo = D.DelnotifyNo
and T.Site = S.SiteID and T.Site = S.SiteID
and H.SeqNo=1
and T.Site = #{site} and T.Site = #{site}
and T.DelnotifyNo = #{delNotifyNo} and T.DelnotifyNo = #{delNotifyNo}
and D.delNotifyItemNo = #{delNotifyItemNo} and D.delNotifyItemNo = #{delNotifyItemNo}

Loading…
Cancel
Save