|
|
@ -109,7 +109,7 @@ public class OuPaiFactoryServiceImpl implements IOuPaiFactoryService { |
|
|
|
factoryPackageService.updateById(packageEntity); |
|
|
|
factoryPackageService.updateById(packageEntity); |
|
|
|
|
|
|
|
|
|
|
|
JSONObject jo = new JSONObject(); |
|
|
|
JSONObject jo = new JSONObject(); |
|
|
|
jo.put("orderPackageCode",orderPackageCode); |
|
|
|
jo.put("orderPackageCode",packageEntity.getCode()); |
|
|
|
jo.put("receivingTime",CommonUtil.dateToString(packageEntity.getUpdateTime())); |
|
|
|
jo.put("receivingTime",CommonUtil.dateToString(packageEntity.getUpdateTime())); |
|
|
|
|
|
|
|
|
|
|
|
//真正的处理需要的数据
|
|
|
|
//真正的处理需要的数据
|
|
|
|