Commit 14e3b353 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent a6559fe8
......@@ -150,7 +150,7 @@
and AUDIT_TIME >= #{startDate}
and AUDIT_TIME <![CDATA[ <= ]]> #{endDate}) a
LEFT JOIN (select * from t_atta_info where RELATION_TYPE ='23' GROUP BY DOMAIN_ID ) b on a.id=b.DOMAIN_ID
where b.DOMAIN_ID is not null LIMIT 100
where b.DOMAIN_ID is not null
</select>
<select id="getAttInfoCountByParam" resultType="java.lang.Integer">
SELECT
......
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