Commit 6eaccd94 by 任晓松

update

parent 298d7af6
...@@ -1753,7 +1753,7 @@ class tmqueryApi extends ApiBase{ ...@@ -1753,7 +1753,7 @@ class tmqueryApi extends ApiBase{
data: null data: null
}; };
try { try {
var tCompanyName = qobj.company_name || ""; var tCompanyName = queryobj.company_name || "";
if (!tCompanyName || tCompanyName == "undefined") { if (!tCompanyName || tCompanyName == "undefined") {
// result.code = -102; // result.code = -102;
// result.message = "company_name参数有误"; // result.message = "company_name参数有误";
......
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