瀏覽代碼

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

lrf 8 月之前
父節點
當前提交
c1a5819474
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/free/service/TransferApplyService.java

+ 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) {
     for (Map map : list) {
       Long apply_id = Utils.getLongValue(map.get("id"));
       Long apply_id = Utils.getLongValue(map.get("id"));
       QueryWrapper qw = new QueryWrapper<>();
       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.eq("apply_id", apply_id);
       qw.orderByDesc("time");
       qw.orderByDesc("time");
       Map chatRecord = chatRecordService.getMap(qw);
       Map chatRecord = chatRecordService.getMap(qw);