This commit is contained in:
linfso 2025-01-05 08:33:16 +08:00
parent 4f43cc748f
commit 852f0dae13
2 changed files with 4 additions and 2 deletions

View File

@ -2872,8 +2872,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
dispatchOrSendManCode=emisWaybillSave.getTakePieceEmployeeCode();
}
try {
Map<String,Object> scanDateItem = new HashMap<>();
scanDateItem.put("billCode",emisWaybillSave.getBillCode());

View File

@ -220,6 +220,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
and ewb.into_warehouse_code=#{params.privSiteCode}
</if>
<if test="params.intoWarehouseCode != null and params.intoWarehouseCode != ''">
and ewb.into_warehouse_code=#{params.intoWarehouseCode}
</if>
)
<if test="params.blUploadGoodsPic != null and params.blUploadGoodsPic == 1">