Ver Fonte

[task-1650]新增员工部门信息保存时与查询时所看到的部门顺序不一致

szjbdgzl há 2 anos atrás
pai
commit
04a0fc9a9f

+ 1 - 1
ibps-model-root/modules/org-model/src/main/resources/com/lc/ibps/org/party/persistence/mapping/PartyPosition.map.xml

@@ -203,7 +203,7 @@
                 ID_ = #{posId}
             </foreach>
         </where>
-        ORDER BY CREATE_TIME_ DESC
+        ORDER BY CREATE_TIME_ asc
     </sql>
 	
 	<select id="queryWithOrgByIdsNew" parameterType="java.util.Map" resultMap="PartyPosition">