开业筹备阶段3.0
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
<include refid="Base_Column_List"/>
|
||||
FROM enterprise_user_${enterpriseId} WHERE ( mobile = #{investmentManager} or `name` = #{investmentManager} ) and active = true LIMIT 1
|
||||
</select>
|
||||
<select id="selectNameByUserId" resultType="com.cool.store.dto.openPreparation.UserInfoDTO">
|
||||
<select id="selectNameByUserId" resultType="com.cool.store.dto.openPreparation.UserNameDTO">
|
||||
select user_id as userId ,name ,
|
||||
from enterprise_user_${enterpriseId}
|
||||
where user_id in
|
||||
|
||||
Reference in New Issue
Block a user