资讯
This commit is contained in:
@@ -169,14 +169,14 @@
|
||||
</select>
|
||||
<select id="getUpdateUserName" resultType="string">
|
||||
select name
|
||||
from enterprise_user
|
||||
where deleted = 0
|
||||
from enterprise_user_${enterpriseId}
|
||||
where active = 1
|
||||
and user_id = #{updateUserId}
|
||||
</select>
|
||||
<select id="getUpdateUserPhone" resultType="string">
|
||||
select mobile
|
||||
from enterprise_user
|
||||
where deleted = 0
|
||||
from enterprise_user_${enterpriseId}
|
||||
where active = 1
|
||||
and user_id = #{updateUserId}
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user