Explorar o código

feat:优惠券

Joburgess %!s(int64=3) %!d(string=hai) anos
pai
achega
d3a98dd689

+ 7 - 3
mec-biz/src/main/resources/config/mybatis/SysCouponCodeMapper.xml

@@ -137,12 +137,16 @@
 				AND scc.payment_order_id_=#{paymentOrderId}
 			</if>
 			<if test="usageStatus!=null">
-				<if test="usageStatus &lt; 2">
-					AND scc.usage_status_=#{usageStatus}
+				<if test="usageStatus == 0">
+					AND scc.usage_status_=0
 					AND scc.use_deadline_date_ &gt;= NOW()
 				</if>
+				<if test="usageStatus == 1">
+					AND scc.usage_status_=1
+				</if>
 				<if test="usageStatus == 2">
-					AND scc.usage_status_=0 AND scc.use_deadline_date_ &lt; NOW()
+					AND scc.usage_status_=0
+					AND scc.use_deadline_date_ &lt; NOW()
 				</if>
 			</if>
 			<if test="organId!=null">