Browse Source

调整下排序

master
yinzuomei 3 years ago
parent
commit
de445aa48c
  1. 6
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPartyUnitDao.xml

6
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcPartyUnitDao.xml

@ -236,5 +236,11 @@
u.ID = #{id}
</foreach>
</trim>
ORDER BY field(
u.ID,
<foreach item="unitId" collection="unitIds" separator=",">
#{unitId}
</foreach>
)
</select>
</mapper>
Loading…
Cancel
Save