Commit 317ecb61 authored by huyuchen's avatar huyuchen

合并推送修改

parent 9dec8307
...@@ -1092,7 +1092,7 @@ ...@@ -1092,7 +1092,7 @@
<!--tPaymentInfo合并查询--> <!--tPaymentInfo合并查询-->
<select id="getTPaymentInfoSumPushCount" resultType="java.lang.Integer"> <select id="getTPaymentInfoSumPushCount" resultType="java.lang.Integer">
SELECT SELECT
count (1) count(1)
FROM t_payment_info a FROM t_payment_info a
<where> <where>
IFNULL(a.SOCIAL_ID,'1') != '1' and a.PUSH_STATUS = '1' and a.LOCK_STAUTS = '1' IFNULL(a.SOCIAL_ID,'1') != '1' and a.PUSH_STATUS = '1' and a.LOCK_STAUTS = '1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment