md
This commit is contained in:
parent
b359e6cd50
commit
326d7adcd5
@ -106,7 +106,8 @@ public class EmisBaseService {
|
||||
|
||||
QueryWrapper<EmisTransProduct> queryWrapper = new QueryWrapper();
|
||||
queryWrapper.eq("prod_code", code);
|
||||
return emisTransProductMapper.selectOne(queryWrapper);
|
||||
// return emisTransProductMapper.selectOne(queryWrapper);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -357,7 +357,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
// 获取结算重量
|
||||
// emisWaybill.getSettlementWeight().floatValue();
|
||||
|
||||
111
|
||||
// 111
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user