1.VoIP增加compileId查询2.异常处理3.增加国家化

This commit is contained in:
zhanghongqing
2018-08-22 15:46:27 +08:00
parent 508bb590f1
commit e0e2d342a2
7 changed files with 1061 additions and 993 deletions

View File

@@ -209,6 +209,9 @@
<if test="cfgId != null">
AND r.CFG_ID=#{cfgId,jdbcType=BIGINT}
</if>
<if test="compileId != null">
AND r.compile_id=#{compileId,jdbcType=BIGINT}
</if>
<if test="cfgDesc != null and cfgDesc != ''">
AND r.CFG_DESC like concat(concat('%',#{cfgDesc,jdbcType=VARCHAR}),'%')
</if>