Browse Source

增加查询日志排序功能,

jingyuanchao 1 năm trước cách đây
mục cha
commit
0a10381893

+ 1 - 0
soc-modules/soc-modules-core/src/main/resources/mapper/compensate/CoreCompensateLogMapper.xml

@@ -15,5 +15,6 @@
                 and l.org_path like concat(#{req.orgPath},'%')
             </if>
         </where>
+        order by time desc
     </select>
 </mapper>