Commit cd113898 by 任晓松

update

parent fcc4fd04
...@@ -1765,7 +1765,7 @@ class tmqueryApi extends ApiBase { ...@@ -1765,7 +1765,7 @@ class tmqueryApi extends ApiBase {
data: null data: null
}; };
try { try {
var tCompanyName = queryobj.company_name || ""; var tCompanyName = qobj.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