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