wuxw лет назад: 6
Родитель
Сommit
d1467cd31e
1 измененных файлов с 10 добавлено и 1 удалено
  1. 10 1
      java110-db/src/main/resources/mapper/store/StoreServiceDaoImplMapper.xml

+ 10 - 1
java110-db/src/main/resources/mapper/store/StoreServiceDaoImplMapper.xml

@@ -122,7 +122,16 @@
 
 
     <!-- 查询商户信息 add by wuxw 2018-07-03 -->
     <!-- 查询商户信息 add by wuxw 2018-07-03 -->
     <select id="getStoreInfo" parameterType="Map" resultType="Map">
     <select id="getStoreInfo" parameterType="Map" resultType="Map">
-        select s.store_id,s.b_id,s.user_id,s.name,s.address,s.tel,s.store_type_cd,s.nearby_landmarks,s.map_x,s.map_y,s.status_cd
+        select s.store_id,s.store_id storeId,
+            s.b_id,
+            s.user_id,
+            s.name,
+            s.address,
+            s.tel,
+            s.store_type_cd,
+            s.nearby_landmarks,
+            s.map_x,s.map_y,
+            s.status_cd
         from s_store s
         from s_store s
         where 1=1
         where 1=1
         <if test="statusCd != null and statusCd != ''">
         <if test="statusCd != null and statusCd != ''">