PCTrainingExperienceController

This commit is contained in:
guohb
2024-04-07 17:01:45 +08:00
parent 84efb14e53
commit 257aa09005
7 changed files with 72 additions and 6 deletions

View File

@@ -345,6 +345,13 @@
and third_region_type = #{thirdRegionType}
</if>
</select>
<select id="getRegionByStoreId" resultType="com.cool.store.entity.RegionDO">
select <include refid="fields"/>
from region_${enterpriseId}
where deleted = 0
and store_id = #{storeId}
and region_type = 'store'
</select>
</mapper>