浏览代码

修改bug

Gaosheng 3 天之前
父节点
当前提交
eea810b13b

+ 2 - 2
xinkeaboard-server/b2b2c-web/src/main/resources/mapper/read/seller/StoreReadMapper.xml

@@ -362,7 +362,7 @@
         and store_site_info.business_state = #{example.businessState}
       </if>
       <if test="example.storeGradeId != null">
-        and store.site_info.store_grade_id = #{example.storeGradeId}
+        and store_site_info.store_grade_id = #{example.storeGradeId}
       </if>
     </where>
   </select>
@@ -408,7 +408,7 @@
         and store_site_info.business_state = #{example.businessState}
       </if>
       <if test="example.storeGradeId != null">
-        and store.site_info.store_grade_id = #{example.storeGradeId}
+        and store_site_info.store_grade_id = #{example.storeGradeId}
       </if>
     </where>
     order by store_site_info.update_time desc