From 6aaac065b98d29621590051084880fe36241624b Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期一, 20 十一月 2023 09:08:53 +0800 Subject: [PATCH] Changes --- modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml b/modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml index b1f1e5e..5f9d9b9 100644 --- a/modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml +++ b/modules/mainPart/src/main/resources/mapper/sysBaseInfo/TestAgencyInfoDao.xml @@ -8,8 +8,8 @@ from test_agency_info a <where> a.is_delete = 0 - <if test="whereSql!=null"> - and ${whereSql} + <if test="ID!=null"> + and a.ID = 10000 </if> </where> <if test="orderBySql!=null"> -- Gitblit v1.9.1