Przeglądaj źródła

Merge branch 'master' of http://git.cc-lotus.info/customer/service

lrf 8 miesięcy temu
rodzic
commit
c1a5819474

+ 1 - 1
src/main/java/com/free/service/TransferApplyService.java

@@ -61,7 +61,7 @@ public class TransferApplyService extends ServiceImpl<TransferApplyMapper, Trans
     for (Map map : list) {
       Long apply_id = Utils.getLongValue(map.get("id"));
       QueryWrapper qw = new QueryWrapper<>();
-      qw.select("content", "time", "is_read");
+      qw.select("content", "time", "is_read","content_type");
       qw.eq("apply_id", apply_id);
       qw.orderByDesc("time");
       Map chatRecord = chatRecordService.getMap(qw);