master:商城获取档口首页数据完善;

pull/1121/head
liujiang 2025-12-03 13:10:29 +08:00
parent 01c610009a
commit b8a36b8376
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT
CASE WHEN sh.display_type = 2 THEN
(SELECT sp.store_id FROM store_product sp WHERE sp.del_flag = 0 AND sp.id = sh.store_prod_id)
ELSE NULL
ELSE sh.jump_store_id
END AS storeId,
sh.store_prod_id,
sh.display_type,