Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2024-09-27 11:04:06 +08:00
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ public class UserCouponVo {
* 卷描述 * 卷描述
*/ */
private String detail; private String detail;
private String shopId;
private String shopName; private String shopName;
/** /**
* 优惠金额 * 优惠金额

View File

@@ -52,6 +52,7 @@
SELECT tb_product.name as detail, SELECT tb_product.name as detail,
0 as status, 0 as status,
sum(tb_activate_in_record.over_num) as num, sum(tb_activate_in_record.over_num) as num,
tb_activate_in_record.shop_id as shopId,
<choose> <choose>
<when test="shopName != null and shopName != ''">#{shopName}</when> <when test="shopName != null and shopName != ''">#{shopName}</when>
<otherwise>''</otherwise> <otherwise>''</otherwise>