Commit 998a8bd7 authored by chenzhao's avatar chenzhao

修改bug

parent b1ae2bca
......@@ -76,7 +76,7 @@
and ps.shift_id in (#{shiftId})
</if>
ORDER BY
sort+0 DESC ,d.personSort+0 ,CONVERT(username USING GBK) ASC
sort+0 ,d.personSort+0 ,CONVERT(username USING GBK) ASC
</select>
<select id="listAll" resultType="java.util.Map">
......@@ -280,7 +280,7 @@
and ps.shift_id in (${shiftId})
</if>
ORDER BY
sort+0 DESC,d.personSort+0 ,CONVERT(username USING GBK) ASC
sort+0 ,d.personSort+0 ,CONVERT(username USING GBK) ASC
</select>
<select id="getInstanceByCodeAndValue" resultType="com.yeejoin.amos.boot.module.common.api.entity.DynamicFormInstance">
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