|
@@ -68,6 +68,10 @@ public class WmshInboundResultServiceImpl implements IWmshInboundResultService {
|
|
|
//默认使用当前时间
|
|
|
wmshInboundResult.setWorkTime(new Date());
|
|
|
}
|
|
|
+ //添加备注
|
|
|
+ if(map.get("insertUpdateRemark")!=null){
|
|
|
+ wmshInboundResult.setInsertUpdateRemark(""+map.get("insertUpdateRemark"));
|
|
|
+ }
|
|
|
wmshInboundResult.setDeleted(new BigDecimal(0)); //状态 0 正常
|
|
|
return wmshInboundResultMapper.insertSelective(wmshInboundResult);
|
|
|
}
|