提交 027cb8ab authored 作者: 李瑞鑫's avatar 李瑞鑫

参数赋值

上级 96e74fab
......@@ -99,7 +99,7 @@ public class WeighingOderPictureJob implements InitializingBean {
//通过运单号码查询电子磅单图片
WeighingSignatureAction weightAction = new WeighingSignatureAction();
weightAction.setChildNo(orderChild.getChildNo());
weightAction.setCompanyNo(companyNoConfig.getCompanyNo());
weightAction.setCustomerRelationNo(String.valueOf(companyNoConfig.getCompanyNo()));
log.info("请求电子磅单参数,{}",weightAction);
Result<List<WeighingSignatureDto>> weighSignature = OpenClient.doAction(config, weightAction);
log.info("请求电子磅单返回结果,{}",weighSignature);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论