Commit a990f907 by huangZW

111

parent 3932a122
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
<if test = "wxEnterpriseId != null"> <if test = "wxEnterpriseId != null">
and wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR} and wx_enterprise_id = #{wxEnterpriseId,jdbcType=VARCHAR}
</if> </if>
<if test = "enterpriseId != null"> <if test = "enterpriseId != null and enterpriseId !=''">
and enterprise_id = #{enterpriseId,jdbcType=VARCHAR} and enterprise_id = #{enterpriseId,jdbcType=VARCHAR}
</if> </if>
<if test = "auditType != null"> <if test = "auditType != null">
......
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