|
@@ -646,7 +646,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
</select>
|
|
|
<select id="selectQwUserListLikeName" resultType="com.fs.qw.vo.QwOptionsVO">
|
|
<select id="selectQwUserListLikeName" resultType="com.fs.qw.vo.QwOptionsVO">
|
|
|
select
|
|
select
|
|
|
- concat(qw.qw_user_name,'(',qw.id,')') as dictLabel,
|
|
|
|
|
|
|
+ qw.qw_user_name as dictLabel,
|
|
|
qw.id as dictValue
|
|
qw.id as dictValue
|
|
|
from qw_user qw
|
|
from qw_user qw
|
|
|
<where>
|
|
<where>
|