From e6ee956618b3c1a6371a6c22dfbb70868dbd3f17 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期六, 07 十月 2023 15:23:06 +0800 Subject: [PATCH] 后台代码 --- cloud-server-management/src/main/resources/mapper/TStoreMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml index 3b40dc0..2120241 100644 --- a/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml +++ b/cloud-server-management/src/main/resources/mapper/TStoreMapper.xml @@ -56,7 +56,7 @@ ) as aa order by aa.code </select> <select id="queryListOfpage" resultType="java.util.Map"> - SELECT `id`, `cityManagerId`, `province`, `city`, `name` + SELECT `id`, `operatorId`, `province`, `city`, `name`,ids from t_store where 1=1 <if test="provinceCode != null"> @@ -65,8 +65,8 @@ <if test="cityCode != null"> and cityCode = #{cityCode} </if> - <if test="cityManagerId != null"> - and cityManagerId = #{cityManagerId} + <if test="operatorId != null"> + and operatorId = #{operatorId} </if> <if test="storeName != null and storeName != ''"> and `name` like CONCAT('%',#{storeName},'%') -- Gitblit v1.7.1