bug修改

This commit is contained in:
lym
2024-04-24 19:28:21 +08:00
parent 49f9cb9de5
commit 53937f842b
27 changed files with 392 additions and 122 deletions
@@ -20,4 +20,7 @@
where p.id = #{id} and p.organ_id = #{organId} and p.deleted = 0
</select>
<update id="updateIsDefault" >
UPDATE process_group SET is_default = 0 WHERE organ_id = #{organId} AND id != #{processGroupId}
</update>
</mapper>