md
This commit is contained in:
parent
68af4e3712
commit
e655ed6627
@ -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) {
|
||||
|
||||
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user