Commit 6ed3c277 authored by solho's avatar solho

參數改AS05

parent dc5cd706
...@@ -490,7 +490,7 @@ namespace WebAPI.Controllers ...@@ -490,7 +490,7 @@ namespace WebAPI.Controllers
Tsql = Tsql + "PG_IsConfirm =" + IsConfirm + "," + "PE_IsConfirm =" + IsConfirm + "," + "Leader_IsConfirm =" + IsConfirm + ","; //退回後,改為更新所有Flow狀態確認 Tsql = Tsql + "PG_IsConfirm =" + IsConfirm + "," + "PE_IsConfirm =" + IsConfirm + "," + "Leader_IsConfirm =" + IsConfirm + ","; //退回後,改為更新所有Flow狀態確認
CStepTypeNext = AllStepType.Where(p => p.Step_Value == Step_Value_previous).FirstOrDefault(); CStepTypeNext = AllStepType.Where(p => p.Step_Value == Step_Value_previous).FirstOrDefault();
StepType_idHis = CStepTypeCur.id; StepType_idHis = CStepTypeCur.id;
RJOp= @"exec [dbo].esp_esn_Todos_V3_AssignStatus 'FlowAS01' ," + dr["sn"] + @",'',@Reject_Description,@Wade_User_ID"; RJOp= @"exec [dbo].esp_esn_Todos_V3_AssignStatus 'FlowAS05' ," + dr["sn"] + @",'',@Reject_Description,@Wade_User_ID";
} }
else else
......
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