Commit 484dfdba by huangZW

111

parent bebcde76
...@@ -283,13 +283,13 @@ ...@@ -283,13 +283,13 @@
<if test = "enterpriseId != null"> <if test = "enterpriseId != null">
and enterprise_id = #{enterpriseId,jdbcType=VARCHAR} and enterprise_id = #{enterpriseId,jdbcType=VARCHAR}
</if> </if>
<if test = "audit_type != null"> <if test = "auditType != null">
and audit_type = #{auditType,jdbcType=INTEGER} and audit_type = #{auditType,jdbcType=INTEGER}
</if> </if>
<if test = "audit_status != null and audit_status == 0"> <if test = "auditStatus != null and auditStatus == 0">
and audit_status = 0 and audit_status = 0
</if> </if>
<if test = "audit_status != null and audit_status != 0"> <if test = "auditStatus != null and auditStatus != 0">
and audit_status in (1,2) and audit_status in (1,2)
</if> </if>
<include refid="storeSql"/> <include refid="storeSql"/>
......
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