Bladeren bron

测试提交

wangxin 9 maanden geleden
bovenliggende
commit
b494dee108

+ 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));