|
|
@@ -703,7 +703,8 @@ public class EsignController extends ApiBaseController {
|
|
|
// }
|
|
|
|
|
|
@ApiOperation(value = "企业认证删除",
|
|
|
- notes = "")
|
|
|
+ notes = "参数:{'chainsCode':'XXXXXXX'}" +
|
|
|
+ " (chainsCode:经销商编号)")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "params", paramType = "body")
|
|
|
})
|
|
|
@@ -718,6 +719,7 @@ public class EsignController extends ApiBaseController {
|
|
|
}
|
|
|
JSONObject result = eSignService.delOrganizations(customersExt.getOrgId());
|
|
|
if (result.getInteger("code") == 0) {
|
|
|
+ customersExtService.deleteCustomersExtById(chainsCode);
|
|
|
return AjaxResult.success();
|
|
|
} else {
|
|
|
return AjaxResult.error(result.getString("message"));
|