解决组织机构更新接口的bug
This commit is contained in:
parent
dc8cab7736
commit
9705e786d4
@ -83,6 +83,7 @@ public class OrganizationService {
|
||||
public int updateOrganization(JSONObject obj, HttpServletRequest request)throws Exception {
|
||||
Organization organization = JSONObject.parseObject(obj.toJSONString(), Organization.class);
|
||||
organization.setUpdateTime(new Date());
|
||||
organization.setDeleteFlag("0");
|
||||
int result=0;
|
||||
try{
|
||||
result=organizationMapperEx.editOrganization(organization);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user