【fix sonar】SysUserMapper文件

This commit is contained in:
梁琦涛
2023-03-08 17:57:38 +08:00
parent d9389a1dc4
commit 8db10c19b4
@@ -145,6 +145,10 @@ public interface SysUserMapper extends BaseMapper<SysUser> {
int deleteLogicDeleted(@Param("userIds") String userIds);
/** 更新空字符串为null【此写法有sql注入风险,禁止随便用】 */
/**
*
* @deprecated 不推荐
*/
@Deprecated
int updateNullByEmptyString(@Param("fieldName") String fieldName);