1.policy_group_info表sql
2.表名修改命名规范 3.serviceGroupId赋值
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user