Bläddra i källkod

bugfix:3480 用户端和商户端评论的数据互通,现在的数据不互通

刘云鑫 1 månad sedan
förälder
incheckning
d7eabfbe95

+ 1 - 1
alien-store/src/main/java/shop/alien/store/service/impl/StoreStaffConfigServiceImpl.java

@@ -1594,7 +1594,7 @@ public class StoreStaffConfigServiceImpl implements StoreStaffConfigService {
                         titleStaffList.add(staff);
                     }
                 }
-
+                titleStaffList.sort((x,y)->y.getTopTime().compareTo(x.getTopTime()));
                 groupVo.setStaffList(titleStaffList);
                 result.add(groupVo);
             }