|
@@ -719,6 +719,7 @@ public class EsignController extends ApiBaseController {
|
|
|
}
|
|
}
|
|
|
JSONObject result = eSignService.delOrganizations(customersExt.getOrgId());
|
|
JSONObject result = eSignService.delOrganizations(customersExt.getOrgId());
|
|
|
if (result.getInteger("code") == 0) {
|
|
if (result.getInteger("code") == 0) {
|
|
|
|
|
+ customersExtService.deleteCustomersExtById(customersExt.getOrgId());
|
|
|
return AjaxResult.success();
|
|
return AjaxResult.success();
|
|
|
} else {
|
|
} else {
|
|
|
return AjaxResult.error(result.getString("message"));
|
|
return AjaxResult.error(result.getString("message"));
|