master:系统BUG修改;

pull/1121/head
liujiang 2025-08-27 11:13:28 +08:00
parent f448c424c9
commit 45f17367d8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
JOIN store_product sp ON spc.store_prod_id = sp.id
JOIN store_product_color_price spcp ON spc.store_prod_id = spcp.store_prod_id AND spc.store_color_id = spcp.store_color_id
WHERE
AND spc.prod_status IN ( 2, 3 )
spc.prod_status IN ( 2, 3 )
AND spc.store_prod_id = #{storeProdId}
AND spc.store_id = #{storeId}
</select>