md
This commit is contained in:
parent
ff37de99fc
commit
eea8b78bbe
@ -130,6 +130,13 @@ public class EmisWarehouseInBatchServiceImpl extends EmisBaseService implements
|
||||
goodsPicAttachment.setWaybillId(waybill.getId());
|
||||
goodsPicAttachment.setBillCode(waybill.getBillCode());
|
||||
emisWaybillAttachmentMapper.insertEmisWaybillAttachment(goodsPicAttachment);
|
||||
|
||||
// 更新商品图片信息
|
||||
String goodsPics = waybill.getGoodsPics()+","+emisWarehouseInBatch.getPicUrl();
|
||||
EmisWaybill waybillOld = new EmisWaybill();
|
||||
waybillOld.setId(waybill.getId());
|
||||
waybillOld.setGoodsPics(goodsPics);
|
||||
emisWaybillMapper.updateEmisWaybill(waybillOld);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user