From cfda6446b2b5ee6c1958a33017a93becd6d9b60f Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Wed, 02 Mar 2022 22:49:47 +0800 Subject: [PATCH] fead:配置文件改造本地测试通过 --- zq-erp/src/main/resources/mybatis/mapper/hive/MoneyCardUseFlowDao.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/resources/mybatis/mapper/hive/MoneyCardUseFlowDao.xml b/zq-erp/src/main/resources/mybatis/mapper/hive/MoneyCardUseFlowDao.xml index 4fe3c21..96da104 100644 --- a/zq-erp/src/main/resources/mybatis/mapper/hive/MoneyCardUseFlowDao.xml +++ b/zq-erp/src/main/resources/mybatis/mapper/hive/MoneyCardUseFlowDao.xml @@ -348,7 +348,6 @@ from money_card_use_flow <where> and car_use_id=#{record.carUseId} - <if test="record.queryTime!=null and record.queryTime!=''"> and DATE_FORMAT(create_time,'%Y-%m')=#{record.queryTime} </if> @@ -361,6 +360,12 @@ </where> order by create_time desc </select> + + <update id="updateVipCardId"> + update money_card_use_flow + set car_use_id=#{cardId} + where vip_id=#{vipId} and type='会员充值' + </update> </mapper> \ No newline at end of file -- Gitblit v1.9.1