From 660f4451c140a9da1f4bb92721a403b128dbdaf7 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 30 十月 2024 17:15:26 +0800 Subject: [PATCH] 修改 --- ruoyi-system/src/main/resources/mapper/system/TDataGeneratorMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TDataGeneratorMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TDataGeneratorMapper.xml index c00c698..263e9c7 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TDataGeneratorMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TDataGeneratorMapper.xml @@ -31,6 +31,9 @@ id, userId, userName, shopId, startTime, endTime, minMoney, maxMoney, status, createTime, updateTime, disabled, createBy, updateBy,orderType,weiXinPay, aliPay,cardPay,moneyPay,otherPay </sql> + <delete id="deleteByShopId"> + delete from t_data_generator where shopId = #{shopId} + </delete> <select id="pageList" resultType="com.ruoyi.system.vo.TDataGeneratorVO"> select tdg.id, tdg.userId, tdg.userName, tdg.shopId, tdg.startTime, tdg.endTime, tdg.minMoney, tdg.maxMoney, tdg.status, tdg.createTime, tdg.updateTime, tdg.disabled, tdg.createBy, tdg.updateBy,tdg.orderType,tdg.weiXinPay,tdg.aliPay,tdg.cardPay,tdg.moneyPay,tdg.otherPay, -- Gitblit v1.7.1