瀏覽代碼

呵呵优惠券bugfix

Aslee 3 年之前
父節點
當前提交
f2eea27b43
共有 1 個文件被更改,包括 1 次插入1 次删除
  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