Commit eabebea7 authored by huyuchen's avatar huyuchen

huych-风险管控提交

parent cfc96bb8
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
FROM FROM
t_risk_monitor a t_risk_monitor a
where where
a.DELETE_FLAG = '0' a.DELETE_FLAG = '0' and a.STOP_FLAG = '0'
<if test="tRiskMonitor.authSql != null and tRiskMonitor.authSql.trim() != ''"> <if test="tRiskMonitor.authSql != null and tRiskMonitor.authSql.trim() != ''">
${tRiskMonitor.authSql} ${tRiskMonitor.authSql}
</if> </if>
......
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