Commit 3f5a6b0e by 任晓松

腾讯需求导入

parent a73a433c
...@@ -1597,7 +1597,7 @@ class UtilsNeedService extends AppServiceBase { ...@@ -1597,7 +1597,7 @@ class UtilsNeedService extends AppServiceBase {
if (!result.data || result.data.status != 0) { if (!result.data || result.data.status != 0) {
return system.getResult(null, result.data.msg); return system.getResult(null, result.data.msg);
} }
return result.data.data; return system.getResult(result.data.data);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment