|
|
|
@ -143,6 +143,8 @@ public class DeliverFinishReportListener implements ReportService {
|
|
|
|
|
QualityDeliverEntity entity = new QualityDeliverEntity(); |
|
|
|
|
entity.setId(qualityDeliverEntity.getId()); |
|
|
|
|
entity.setCarComplateTime(new Date()); |
|
|
|
|
entity.setOrderCode(qualityDeliverEntity.getOrderCode()); |
|
|
|
|
entity.setWaybillNumber(qualityDeliverEntity.getWaybillNumber()); |
|
|
|
|
entity.setConditions(qualityDeliverEntity.getConditions()); |
|
|
|
|
entity.setSignNum(qualityDeliverEntity.getSignNum()); |
|
|
|
|
// 查询品类
|
|
|
|
|