From ce5853e8e540693421c86e32a050d8a2e214198a Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期三, 05 二月 2025 09:26:06 +0800 Subject: [PATCH] 增加查询是否生成财政缴款码 --- ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml index f63b685..af30ec7 100644 --- a/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SysUserInstitutionMapper.xml @@ -13,7 +13,7 @@ delete from sys_user_institution where user_id=#{userId} </delete> - <delete id="deleteUserInstitution" parameterType="Long"> + <delete id="deleteUserInstitutions" parameterType="Long"> delete from sys_user_institution where user_id in <foreach collection="array" item="userId" open="(" separator="," close=")"> #{userId} -- Gitblit v1.9.2