|
@@ -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));
|
|
|
return wmshInboundResultMapper.insertSelective(wmshInboundResult);
|
|
|
}
|