Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -14,6 +14,7 @@ public class UserCouponVo {
|
|||||||
* 卷描述
|
* 卷描述
|
||||||
*/
|
*/
|
||||||
private String detail;
|
private String detail;
|
||||||
|
private String shopId;
|
||||||
private String shopName;
|
private String shopName;
|
||||||
/**
|
/**
|
||||||
* 优惠金额
|
* 优惠金额
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user