摘要: string Businessdate= Convert.ToString(Context.Current.FormDataSet["Dailyfundreport.Businessdate"]);string Unit= Convert.ToString(Context.Current.FormD 阅读全文
posted @ 2019-08-01 16:41 一锤定音 阅读(384) 评论(0) 推荐(0) 编辑
摘要: delete from BPMInstProcSteps;delete from BPMInstRouting;delete from BPMInstTasks;delete from BPMSysMessagesFailed;delete from BPMSysMessagesSucceed;de 阅读全文
posted @ 2019-08-01 16:39 一锤定音 阅读(286) 评论(0) 推荐(0) 编辑
摘要: Context context = Context.Current; string query1 = "delete from Dailyfundreport_B where TaskID={0}"; query1 = String.Format(query1,context.Task.TaskID 阅读全文
posted @ 2019-08-01 16:38 一锤定音 阅读(309) 评论(0) 推荐(0) 编辑