Commit b0df2339 authored by wangxl's avatar wangxl

1

parent 5e46fcc5
......@@ -132,7 +132,7 @@ public class SystemUserController extends BaseController<SystemUserService, Syst
comExpert = new ComExpert();
comExpert.setPersonId(user.getPersonId());
comExpert.setExpertState(1);
comExpert.setReportState(2);
comExpert.setReportState(1);
comExpertService.insert(comExpert);
}
}
......
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