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