Commit 01fcd6a0 by jinxin

查询审核数量接口带上status_flag = 1

parent 3ece2262
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
</select> </select>
<select id="getAuditCount" resultType="int"> <select id="getAuditCount" resultType="int">
select count(*) from tab_haoban_audit where wx_enterprise_id=#{wxEnterpriseId} and enterprise_id=#{enterpriseId} select count(*) from tab_haoban_audit where wx_enterprise_id=#{wxEnterpriseId} and enterprise_id=#{enterpriseId} and status_flag = 1
<if test="null != storeIds"> <if test="null != storeIds">
and and
( commit_store_id in ( commit_store_id in
......
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