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