|
@@ -678,7 +678,7 @@
|
|
|
|
|
|
<select id="findAdminMobileList" parameterType="String" resultType="String">
|
|
|
select
|
|
|
- cm_admin_mobile.mobile,
|
|
|
+ cm_admin_mobile.mobile
|
|
|
from cm_admin_mobile AS cm_admin_mobile
|
|
|
<where> cm_admin_mobile.delFlag = 0 and cm_admin_mobile.enabledStatus = 1
|
|
|
<if test="type != null and type != ''"> and cm_admin_mobile.type = #{type}</if>
|