From a9630165a09d65ea1c679c50fe6ed0079c32d6c3 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 6 Nov 2024 16:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BAkeeper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/material/ma/TypeMapper.xml | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeMapper.xml index 76a2e965..72f157ac 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/ma/TypeMapper.xml @@ -498,4 +498,53 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" from ma_type where parent_id = #{typeId} and del_flag = '0' + + \ No newline at end of file