Commit a648228d authored by H2T's avatar H2T

BUG:15159 去掉页面默认字段后对应接口修改

parent ae971d1d
......@@ -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