1.policy_group_info表sql

2.表名修改命名规范
3.serviceGroupId赋值
This commit is contained in:
tanghao
2019-02-15 18:03:36 +08:00
parent ba80f58516
commit 10394d3fd6
4 changed files with 16 additions and 5 deletions

View File

@@ -273,7 +273,7 @@
FROM policy_group_info r
where r.is_valid=1 and r.group_type=#{groupType,jdbcType=INTEGER}
<if test="flag!=null">
and udFlag=#{flag}
and ud_flag=#{flag}
</if>
</select>
</mapper>