Commit 6ade59f4 authored by litengwei's avatar litengwei

保存代码优化

parent cc62bcc5
...@@ -929,7 +929,6 @@ public class CheckServiceImpl implements ICheckService { ...@@ -929,7 +929,6 @@ public class CheckServiceImpl implements ICheckService {
pointCheckRespone.setPointId(pointCheckDetailBo.getPointId()); pointCheckRespone.setPointId(pointCheckDetailBo.getPointId());
pointCheckRespone.setPointName(pointCheckDetailBo.getPointName()); pointCheckRespone.setPointName(pointCheckDetailBo.getPointName());
pointCheckRespone.setPointNo(pointCheckDetailBo.getPointNo()); pointCheckRespone.setPointNo(pointCheckDetailBo.getPointNo());
pointCheckRespone.setPointStatus(pointCheckDetailBo.getPointStatus());
pointCheckRespone.setPlanName(pointCheckDetailBo.getPlanName()); pointCheckRespone.setPlanName(pointCheckDetailBo.getPlanName());
pointCheckRespone.setRemark(pointCheckDetailBo.getCheckRemark()); pointCheckRespone.setRemark(pointCheckDetailBo.getCheckRemark());
......
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