商品卷 增加shopId
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
SELECT tb_product.name as detail,
|
||||
0 as status,
|
||||
sum(tb_activate_in_record.over_num) as num,
|
||||
tb_activate_in_record.shop_id as shopId,
|
||||
<choose>
|
||||
<when test="shopName != null and shopName != ''">#{shopName}</when>
|
||||
<otherwise>''</otherwise>
|
||||
|
||||
Reference in New Issue
Block a user