cloud-server-management/src/main/java/com/dsh/guns/modular/system/controller/code/TShopController.java
@@ -693,10 +693,8 @@ @RequestMapping(value = "/deleteTwo") public Object delete2(Integer id) { try { TStoreOtherConfigTrue byId = tStoreOtherConfigTrueService.getById(id); storeOtherConfigService.removeById(id); byId.setState(2); tStoreOtherConfigTrueService.updateById(byId); return SUCCESS_TIP; }catch (Exception e){ e.printStackTrace();