qxm 3 лет назад
Родитель
Сommit
df6d309271

+ 1 - 1
suishenbang-wxportal/suishenbang-wxportal-api/src/main/java/com/dgtly/wxportal/controller/EsignController.java

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