Commit c1177dde authored by litengwei's avatar litengwei

省测卡片问题

parent 07e52051
......@@ -198,8 +198,7 @@
u.sequence_nbr ,
u.biz_org_name ,
u.biz_org_code
order by CONVERT(u.biz_org_name USING gbk) ASC, u.person_status DESC, u.rec_date desc
)a where a.sequenceNbr is not null
) a where a.sequenceNbr is not null
<if test="map.fieldsValue != null">
<foreach collection="map.fieldsValue.keys" item="item">
......@@ -210,6 +209,7 @@
</foreach>
</if>
order by CONVERT(a.companyName USING gbk) ASC, a.personStatus DESC
LIMIT #{map.pageNum}, #{map.pageSize}
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment