|
|
@@ -1082,6 +1082,7 @@ namespace CallCenterApi.Interface.Controllers.callout
|
|
1082
|
1082
|
string name, string phone, int countryid, string address)
|
|
1083
|
1083
|
{
|
|
1084
|
1084
|
int cc = 0;
|
|
|
1085
|
+
|
|
1085
|
1086
|
if (custelid > 0)
|
|
1086
|
1087
|
{
|
|
1087
|
1088
|
var otnModel = otnBLL.GetModel(custelid);
|
|
|
@@ -1170,7 +1171,7 @@ namespace CallCenterApi.Interface.Controllers.callout
|
|
1170
|
1171
|
{
|
|
1171
|
1172
|
if (cc == ans.Length)
|
|
1172
|
1173
|
{
|
|
1173
|
|
- return Success("问卷答案提交成功!taskid=" + taskid + ",custelid=" + custelid + ",操作人:" + CurrentUser.UserData.F_UserCode);
|
|
|
1174
|
+ return Success("问卷答案提交成功!taskid=" + taskid + ",custelid=" + custelid + ",操作人:" + CurrentUser.UserData.F_UserCode, custelid);
|
|
1174
|
1175
|
}
|
|
1175
|
1176
|
else
|
|
1176
|
1177
|
{
|