|
@@ -1098,6 +1098,15 @@ public class TmstrainLoadingResultServiceImpl implements ITmstrainLoadingResultS
|
|
|
i=tmstrainLoadingTempMapper.updateByPrimaryKeySelective(temp);
|
|
|
//出库改入库
|
|
|
Map<String,Object> map=tmstrainLoadingTempMapper.getWagonDetails(resultId);
|
|
|
+ try{
|
|
|
+ Date workTime=(Date) map.get("workTime");
|
|
|
+ if(workTime!=null){
|
|
|
+ map.put("attorneyTime",workTime.getTime());
|
|
|
+ }
|
|
|
+ }catch (Exception e){
|
|
|
+ e.printStackTrace();
|
|
|
+ System.out.println("删除时的作业时间异常,不影响删除时的入库");
|
|
|
+ }
|
|
|
wmshBoundFeign.addWarehousingResult(map);
|
|
|
return i;
|
|
|
}
|