|
@@ -109,7 +109,7 @@ namespace JLHHJSvr.Excutor
|
|
|
throw new LJCommonException("因网络或其它原因,【业务下单/取消】操作失败!");
|
|
|
}
|
|
|
|
|
|
- UpdateChildState(cmd, mattressInfo, "xd_flag", 1);
|
|
|
+ //UpdateChildState(cmd, mattressInfo, "xd_flag", 1);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -133,7 +133,7 @@ namespace JLHHJSvr.Excutor
|
|
|
throw new LJCommonException("因网络或其它原因,【业务下单/取消】操作失败!");
|
|
|
}
|
|
|
|
|
|
- UpdateChildState(cmd, mattressInfo, "xd_flag", 0);
|
|
|
+ //UpdateChildState(cmd, mattressInfo, "xd_flag", 0);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -177,7 +177,7 @@ namespace JLHHJSvr.Excutor
|
|
|
throw new LJCommonException("因网络或其它原因,【审核消】操作失败!");
|
|
|
}
|
|
|
|
|
|
- UpdateChildState(cmd, mattressInfo, "flag", 1);
|
|
|
+ //UpdateChildState(cmd, mattressInfo, "flag", 1);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -196,7 +196,7 @@ namespace JLHHJSvr.Excutor
|
|
|
throw new LJCommonException("因网络或其它原因,【撤销审核】操作失败!");
|
|
|
}
|
|
|
|
|
|
- UpdateChildState(cmd, mattressInfo, "flag", 0);
|
|
|
+ //UpdateChildState(cmd, mattressInfo, "flag", 0);
|
|
|
}
|
|
|
}
|
|
|
|