This commit is contained in:
linfso 2024-04-29 10:53:42 +08:00
parent b359e6cd50
commit 326d7adcd5
2 changed files with 3 additions and 2 deletions

View File

@ -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;
}

View File

@ -357,7 +357,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
// 获取结算重量
// emisWaybill.getSettlementWeight().floatValue();
111
// 111
return 1;
}