zhangyuewww %!s(int64=3) %!d(string=hai) anos
pai
achega
ca4206c183

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/AcquisitionInfoMapper.xml

@@ -35,6 +35,6 @@
             AND lower(w.warehouse_city) like lower(CONCAT('%',#{city},'%'))
         </if>
         GROUP BY a.id
-        ORDER BY a.update_date DESC,a.check_flag DESC
+        ORDER BY FIELD(follow,'已关注','未关注') ASC,a.update_date DESC,a.check_flag DESC
     </select>
 </mapper>