From 8081718c6237e80a25904b0cdf9df31b1e6000b8 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 30 Jun 2025 17:26:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89supermarket=5Fmaterial?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/cook/controller/CookMaterialTypeController.java | 2 +- .../src/main/resources/mapper/cook/CookMaterialTypeMapper.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookMaterialTypeController.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookMaterialTypeController.java index 789e425..b2bac87 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookMaterialTypeController.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookMaterialTypeController.java @@ -102,7 +102,7 @@ public class CookMaterialTypeController extends BaseController { } @ApiOperation(value = "原料树形结构") - @SysLog(title = "原料树形结构", businessType = OperaType.QUERY, logType = 1,module = "经研院食堂->原料管理->原料树形结构") + @SysLog(title = "原料树形结构", businessType = OperaType.QUERY, logType = 1,module = "原料管理->原料树形结构") @PostMapping("/getTree") public AjaxResult getTree(@RequestBody CookMaterialType cookMaterialType) { return success(cookMaterialTypeService.getTree(cookMaterialType)); diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialTypeMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialTypeMapper.xml index 845137e..e63b468 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialTypeMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/cook/CookMaterialTypeMapper.xml @@ -59,7 +59,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{materialTypeId} - and goods_type = #{goodsType}