md
This commit is contained in:
parent
4f43cc748f
commit
852f0dae13
@ -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());
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user