Commit a2641c1a by huangZW

111

parent 97ac614e
......@@ -389,8 +389,8 @@
select
<include refid="Base_Column_List" />
from tab_haoban_audit
where 1=1
and commit_store_id = #{storeId,jdbcType=VARCHAR}
where
commit_store_id = #{storeId,jdbcType=VARCHAR}
and status_flag = 1
<if test="auditType == null || auditType == -1">
and audit_type in (2,3,4,5)
......@@ -409,8 +409,8 @@
select
<include refid="Base_Column_List" />
from tab_haoban_audit
where 1=1
and status_flag = 1
where
status_flag = 1
and related_Id = #{relatedId}
and audit_type = #{auditType}
and audit_status = 0
......@@ -420,8 +420,8 @@
select
<include refid="Base_Column_List" />
from tab_haoban_audit
where 1=1
and status_flag = 1
where
status_flag = 1
and audit_type = 3
and audit_status = 0
and enterprise_id = #{enterpriseId,jdbcType=VARCHAR}
......
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