Commit 8891609f by 兰国旗

laolan

parent 3ebffdf7
......@@ -65,7 +65,7 @@ class QcAPI extends APIBase {
opResult = await this.centerorderSve.recordLog(pobj);
break;
case "recordLogList"://查询沟通记录(文网文)2020-9-29
opResult = await this.centerorderSve.recordLog(pobj);
opResult = await this.centerorderSve.recordLogList(pobj);
break;
default:
opResult = system.getResult(null, "action_type参数错误");
......
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