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