|
@@ -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
|