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}