This commit is contained in:
linfso 2024-07-10 19:10:41 +08:00
parent 68af4e3712
commit e655ed6627
2 changed files with 5 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ public class EmisTmsScanRecordServiceImpl extends EmisBaseService implements IEm
// packNo=emisTmsPackDtl.getPackNo();
// 所有运单做拆包操作
List<EmisTmsPackDtl> packDtlList=emisTmsPackDtlMapper.selectPackDtlListByPackNo(packNo);
List<EmisTmsPackDtl> packDtlList=emisTmsPackDtlMapper.selectPackDtlListByPackNo(scanBillCode);
if(!CollectionUtil.isEmpty(packDtlList)){
for (EmisTmsPackDtl emisTmsPackDtl:packDtlList) {

View File

@ -123,6 +123,10 @@
and bl_center_confirmed='2'
</if>
<if test="params.processStatus != null and params.processStatus == 6">
and bl_center_confirmed='0'
</if>
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
and (
apply_site_code in (