Browse Source

呵呵优惠券bugfix

Aslee 3 years ago
parent
commit
f2eea27b43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mappings/modules/hehe/CmHeheCouponMapper.xml

+ 1 - 1
src/main/resources/mappings/modules/hehe/CmHeheCouponMapper.xml

@@ -107,7 +107,7 @@
 		WHERE
 			cca.couponId = #{couponId}
 		ORDER BY
-			- sort DESC
+			- cca.sort DESC
 	</select>
 	<select id="findAllUser" resultType="com.caimei.modules.user.entity.CmUser">
 		select id,userId as userID, nickName,mobile,userIdentity,openId as openID