Commit 1b441da2 authored by liudong1993's avatar liudong1993

1

parent 93e472a4
......@@ -361,9 +361,9 @@ namespace REBORN.Module.DMCModule
//注意默认值 正式需要删除
//注意默认值 正式需要删除
htModel.Client_Name = "刘东";
htModel.Client_IDCardNum = "510112199301013617";
htModel.Client_Call = "18328620563";
//htModel.Client_Name = "刘东";
//htModel.Client_IDCardNum = "510112199301013617";
//htModel.Client_Call = "18328620563";
CreateContractToLYJ(service, htModel);
}
}
......@@ -1028,7 +1028,7 @@ namespace REBORN.Module.DMCModule
if (string.IsNullOrEmpty(htModel.GuestJson)) { return flag; }
//注意默认值 正式需要删除
htModel.Tourists_Tel = "18328620563";
//htModel.Tourists_Tel = "18328620563";
#region 初始化旅游局Key
TourismContractService service = GetContractService(htModel.RB_Group_Id ?? 0, htModel.RB_Branch_Id ?? 0, out string cmsg);
if (cmsg != "") { LogHelper.Write("初始化旅游局Key失败:" + cmsg); return false; }
......@@ -1055,7 +1055,7 @@ namespace REBORN.Module.DMCModule
if (string.IsNullOrEmpty(htModel.GuestJson)) { return false; }
//注意默认值 正式需要删除
htModel.Tourists_Tel = "18328620563";
//htModel.Tourists_Tel = "18328620563";
#region 初始化旅游局Key
TourismContractService service = GetContractService(htModel.RB_Group_Id ?? 0, htModel.RB_Branch_Id ?? 0, out string cmsg);
if (cmsg != "") { LogHelper.Write("初始化旅游局Key失败:" + cmsg); return false; }
......
......@@ -2515,7 +2515,7 @@ namespace REBORN.Services.CommissionService
{
return ApiResult.ParamIsNull("请选择分月");
}
string msg = mergeCommissionModule.SetYNSaleCommissionSend(Month, IsForceSend, userInfo);
string msg = mergeCommissionModule.SetSingleOrderCommissionSend(Month, IsForceSend, userInfo);
if (msg == "")
{
return ApiResult.Success();
......
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