添加会员付款吗
This commit is contained in:
@@ -60,7 +60,9 @@ public class OrderController {
|
||||
// return orderService.mineYhq(userId);
|
||||
// }
|
||||
@GetMapping("/mineCoupons")
|
||||
private Result mineCoupons(@RequestHeader String token,@RequestParam("userId") String userId,@RequestParam("status") String status,
|
||||
private Result mineCoupons(@RequestHeader String token,
|
||||
@RequestParam("userId") String userId,
|
||||
@RequestParam("status") String status,
|
||||
@RequestParam(value = "page", required = false, defaultValue = "1") Integer page,
|
||||
@RequestParam(value = "size", required = false, defaultValue = "1") Integer size,
|
||||
@RequestParam("orderId") String orderId
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<result column="telephone" jdbcType="VARCHAR" property="telephone" />
|
||||
<result column="is_vip" jdbcType="TINYINT" property="isVip" />
|
||||
<result column="code" jdbcType="VARCHAR" property="code" />
|
||||
<result column="dynamic_code" jdbcType="VARCHAR" property="dynamicCode" />
|
||||
<result column="is_attention" jdbcType="TINYINT" property="isAttention" />
|
||||
<result column="attention_at" jdbcType="INTEGER" property="attentionAt" />
|
||||
<result column="is_shareholder" jdbcType="TINYINT" property="isShareholder" />
|
||||
@@ -302,6 +303,10 @@
|
||||
code = #{code,jdbcType=VARCHAR},
|
||||
</if>
|
||||
|
||||
|
||||
<if test="dynamicCode != null">
|
||||
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="dynamicCode != null">
|
||||
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user