Commit f3ca4cb3 authored by huyuchen's avatar huyuchen

预派单 参数校验修改

parent 5dcb8d72
...@@ -854,7 +854,7 @@ public class TPreDispatchInfoServiceImpl extends ServiceImpl<TPreDispatchInfoMap ...@@ -854,7 +854,7 @@ public class TPreDispatchInfoServiceImpl extends ServiceImpl<TPreDispatchInfoMap
TPreDispatchInfo preInfo = new TPreDispatchInfo(); TPreDispatchInfo preInfo = new TPreDispatchInfo();
if (Common.isNotNull(list)){ if (Common.isNotNull(list)){
for (TPreDispatchReduceVo info:list){ for (TPreDispatchReduceVo info:list){
BeanUtils.copyProperties(preInfo,info); BeanUtils.copyProperties(info,preInfo);
listInfo.add(preInfo); listInfo.add(preInfo);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment