姜永辉 1 год назад
Родитель
Сommit
0675a87a05
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/dk/oauth/mapper/integral/CouponSendMapper.xml

+ 1 - 1
src/main/java/com/dk/oauth/mapper/integral/CouponSendMapper.xml

@@ -121,7 +121,7 @@
     <select id="countByCond" resultType="Long">
     <select id="countByCond" resultType="Long">
         SELECT
         SELECT
         count(1)
         count(1)
-        FROM dkic_a.t_mst_coupon_send
+        FROM dkic_a.t_mst_coupon_send tmcs
         <include refid="Condition"/>
         <include refid="Condition"/>
     </select>
     </select>