url分组配置审核修改公共组标识字段的值

(cherry picked from commit 16d1382909)
This commit is contained in:
shangguanyanfei
2019-02-21 10:13:12 +00:00
committed by 董晓燕
parent 006cfe89da
commit 2900eb1823

View File

@@ -256,13 +256,13 @@
<select id="findUrlUdFlag" parameterType="java.lang.Integer" resultType="java.lang.Integer">
SELECT ud_flag from policy_group_info
where group_id=#{groupId}
where service_group_id=#{groupId}
and group_type=11
</select>
<update id="updateUrlUdFlag" parameterType="java.lang.Integer">
UPDATE policy_group_info SET ud_flag =#{udFlag}
WHERE group_id=#{groupId}
WHERE service_group_id=#{groupId}
and group_type=11
</update>