|
@@ -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);
|