Commit ff39772e authored by solho's avatar solho

fix:轉運營辦確認原因改寫

parent 905b5ce3
......@@ -459,7 +459,7 @@ namespace WebAPI.Controllers
//CStepTypeNext = AllStepType.Where(p => p.Step_Value == Step_Value_previous).FirstOrDefault();
RJTOp = String.Format(@"exec [dbo].esp_esn_Todos_V3_AssignStatus 'AS05' ," + dsr["sn"] + @",'',@todos_Reject_Desc_{0},'',@Wade_User_ID ;", i);//轉運營辦訊息改為與傳給SP同步
cmd.Parameters.AddWithValue(string.Format("@todos_Reject_Desc_{0}", i), Reject_DescriptionRJTOp);
Reject_Description = Reject_DescriptionRJTOp;
//Reject_Description = Reject_DescriptionRJTOp;
CStepTypeNext = AllStepType.Where(p => p.id == CStepTypeCur.Step_Id_previous).FirstOrDefault();
}
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