소스 검색

测试提交

wangxin 9 달 전
부모
커밋
b494dee108
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/main/java/cn/ezhizao/project/business/carrier/controller/BizCarrierCategoryController.java

+ 2 - 0
src/main/java/cn/ezhizao/project/business/carrier/controller/BizCarrierCategoryController.java

@@ -73,6 +73,8 @@ public class BizCarrierCategoryController extends BaseController {
 //        queryWrapper.eq("tenant_id", Long.valueOf(tenantId));
         List<BizCarrierCategory> categoryList = iBizCarrierCategoryService.list(queryWrapper);
         BizCarrierCategory bizEquipmentDetail = iBizCarrierCategoryService.getById(id);
+
+
         Map<String, Object> map = new HashMap<>(3);
         map.put("formData", bizEquipmentDetail);
         map.put("parentOptions", iBizCarrierCategoryService.getCategoryOptions(categoryList));