Commit f9b314cd authored by hongguangwu's avatar hongguangwu

MVP1.7.2 工行5次提交_加日志

parent 47027e37
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<select id="getCountByIdAndMain" resultType="java.lang.Integer"> <select id="getCountByIdAndMain" resultType="java.lang.Integer">
select count(1) select count(1)
from ekp_bank_grant_detail a from ekp_bank_grant_detail a
where a.fd_handle_status = '待发放' where (a.fd_handle_status is null or a.fd_handle_status = '待发放')
and a.fd_parent_id = #{fdParentId} and a.fd_parent_id = #{fdParentId}
</select> </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