Commit 42f77234 authored by H2T's avatar H2T

代码回滚

parent 4995a874
......@@ -1551,8 +1551,8 @@ public class PointController extends AbstractBaseController {
Point point = new Point();
BeanUtils.copyProperties(pointNewVo,point);
// point.setIsIndoor(pointNewVo.getIsIndoor().equals("1") ? true : false);
// point.setOffline(pointNewVo.getOffline().equals("1") ? true : false);
point.setIsIndoor(pointNewVo.getIsIndoor().equals("1") ? true : false);
point.setOffline(pointNewVo.getOffline().equals("1") ? true : false);
// ReginParams reginParams = getSelectedOrgInfo();
String loginOrgCode = getOrgCode(reginParams);
......
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