Commit 4ad9c3b4 authored by 董建华's avatar 董建华

助贷

parent 3b91432a
......@@ -30,7 +30,7 @@
<!--广达实体报送量-->
<select id="getGdXdReportNum" resultType="long">
SELECT count(*) num from loan_info where created_at >= #{start} and created_at &lt; #{end} AND enable = 1
SELECT count(*) num from loan_info_zhudai where created_at >= #{start} and created_at &lt; #{end} AND enable = 1
</select>
</mapper>
\ No newline at end of file
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