lyhzzz 2 éve
szülő
commit
a39e3c1791

+ 1 - 1
src/main/resources/mapper/ucenter/ExpansionOrderMapper.xml

@@ -22,7 +22,7 @@
 
 
     <select id="getCount" resultType="java.lang.Long">
     <select id="getCount" resultType="java.lang.Long">
         select count(*) from t_expansion_order o
         select count(*) from t_expansion_order o
-        where o.rec_status = 'A' and o.pay_satus = 1
+        where o.rec_status = 'A' and o.pay_status = 1
         and o.user_id = #{userId}
         and o.user_id = #{userId}
     </select>
     </select>
 </mapper>
 </mapper>