Browse Source

更新返回语句

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7689 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
bad7b812c8

+ 1 - 1
src/main/java/com/uas/platform/b2b/mobile/service/impl/MobileTaskServiceImpl.java

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