app限速统一修改为userRegion1=0取限速userRegion2,

userRegion1=1取带宽userRegion3;
app增加VIGNORE自定义域,userRegion4 为空时,下发VIGNORE=1,非空时不下发VIGNORE
This commit is contained in:
DuanDongmei
2018-11-26 13:02:30 +08:00
parent 324100f949
commit 60f4b2316b
10 changed files with 146 additions and 54 deletions

View File

@@ -2066,13 +2066,13 @@
USER_REGION2 =#{userRegion2,jdbcType=VARCHAR},
<!-- </if>
<if test="userRegion3 != null and userRegion3 != ''"> -->
USER_REGION1 =#{userRegion3,jdbcType=VARCHAR},
USER_REGION3 =#{userRegion3,jdbcType=VARCHAR},
<!-- </if>
<if test="userRegion4 != null and userRegion4 != ''"> -->
USER_REGION1 =#{userRegion4,jdbcType=VARCHAR},
USER_REGION4 =#{userRegion4,jdbcType=VARCHAR},
<!-- </if>
<if test="userRegion5 != null and userRegion5 != ''"> -->
USER_REGION1 =#{userRegion5,jdbcType=VARCHAR},
USER_REGION5 =#{userRegion5,jdbcType=VARCHAR},
<!-- </if> -->
DO_LOG=#{doLog,jdbcType=INTEGER},
<if test="exprType != null">