Commit 5c64af3e by zx1234zxcv2022

feat[1009576] 抖音书店新增山东新鑫

parent a66b081d
......@@ -3522,7 +3522,7 @@
select
scene_id
from mofang_zmb
where mofang_id = #{mofangId}
where mofang_id = #{mofangId} and scene_id != null
</select>
<select id="listBookStore" resultType="com.pcloud.book.book.vo.MoFangBookStoreDto">
......@@ -3542,8 +3542,8 @@
<select id="getMoFangSceneIdsByType" parameterType="map" resultType="Long">
select
a.scene_id
from mofang_zmb a inner join mofang_book b on a.mofang_id = b.id
where b.type = #{type}
scene_id
from mofang_scene
where type = #{type}
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment