|
|
@@ -134,7 +134,7 @@ public class MobileTaskServiceImpl implements MobileTaskService {
|
|
|
map.put("lasttask", null);
|
|
|
}
|
|
|
if (!CollectionUtils.isEmpty(lastProcess)) {
|
|
|
- map.put("lastProcess", lastProcess.get(0).getDealname() + lastProcess.get(0).getCaller());
|
|
|
+ map.put("lastProcess", lastProcess.get(0).getDealname() + "的" + lastProcess.get(0).getCaller());
|
|
|
} else {
|
|
|
map.put("lastProcess", null);
|
|
|
}
|