达梦适配修改
This commit is contained in:
@@ -19,7 +19,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
a.update_by,
|
||||
a.update_by_name
|
||||
FROM
|
||||
`custom_auth_user` a
|
||||
custom_auth_user a
|
||||
WHERE
|
||||
a.del_flag = 1
|
||||
</sql>
|
||||
@@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<select id="deleteCustomAuthUserByUserId" parameterType="com.mhd.user.domain.roleAggregate.repository.todo.CustomAuthDO">
|
||||
DELETE
|
||||
FROM
|
||||
`custom_auth_user` a
|
||||
custom_auth_user a
|
||||
WHERE
|
||||
a.del_flag = 1
|
||||
<include refid="common_where"/>
|
||||
|
||||
Reference in New Issue
Block a user