Commit 53b58071 authored by solho's avatar solho

撤回流程修正

parent 3457384b
...@@ -512,9 +512,9 @@ namespace WebAPI.Controllers ...@@ -512,9 +512,9 @@ namespace WebAPI.Controllers
else if (Confirm_Method == "RV") else if (Confirm_Method == "RV")
{ {
StepType_idHis = CStepTypeCur.id; StepType_idHis = CStepTypeCur.id;
CStepTypeNext = AllStepType.Where(p => p.id == StepType_id_Previous).FirstOrDefault(); //CStepTypeNext = AllStepType.Where(p => p.id == StepType_id_Previous).FirstOrDefault();
//CStepTypeCur.id = CStepTypeNext.id; //回復與下一步 同ID //CStepTypeCur.id = CStepTypeNext.id; //回復與下一步 同ID
Tsql = Tsql + CStepTypeNext.Map_Class + "_IsConfirm =" + IsConfirm + ","; //Tsql = Tsql + CStepTypeNext.Map_Class + "_IsConfirm =" + IsConfirm + ",";
} }
else if (Confirm_Method == "RJTOp") else if (Confirm_Method == "RJTOp")
{ {
......
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