|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
<select id="getCount" resultType="java.lang.Long">
|
|
|
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}
|
|
|
</select>
|
|
|
</mapper>
|