From bcd692be98aea78e92123ea5260ecd40e2531834 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 12 六月 2025 11:25:52 +0800 Subject: [PATCH] 代码提交 --- jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/devrent/DevRentMapper.xml | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/devrent/DevRentMapper.xml b/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/devrent/DevRentMapper.xml index c0a35b5..cf9a770 100644 --- a/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/devrent/DevRentMapper.xml +++ b/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/devrent/DevRentMapper.xml @@ -9,24 +9,4 @@ 鏂囨。鍙锛歨ttps://www.iocoder.cn/MyBatis/x-plugins/ --> - <select id="getRentByState" resultType="cn.lihu.jh.module.ecg.dal.dataobject.devrent.DevRentDO"> - select * from lihu.dev_rent - <where> - <if test="stateList != null"> - and state in ( - <foreach collection='stateList' separator=',' item='state'> - #{state} - </foreach> ) - </if> - <if test="devId != null and devId != ''"> - and dev_id = #{devId} - </if> - <if test="patId != null and patId != ''"> - and pat_id = #{patId} - </if> - and TO_DAYS(create_time) = TO_DAYS(NOW()) - </where> - limit 1 - </select> - </mapper> -- Gitblit v1.9.3