Commit 968e0ec8 authored by chenzhao's avatar chenzhao

修改代码

parent 3ba88fbc
......@@ -1359,6 +1359,7 @@ public class PointController extends AbstractBaseController {
point.setChargePersonName(personName);
String bizOrgName = map.get("companyName").toString();
point.setChargePersonId(map.get("companyId").toString());
point.setBizOrgCode(map.get("bizOrgCode").toString());
point.setBizOrgName(bizOrgName);
iPointService.addPointNew(point);
return CommonResponseUtil.success();
......
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