Beispiel #1
0
        /// <summary>
        /// 作业调度定时执行的方法
        /// </summary>
        /// <param name="context"></param>
        /// <returns></returns>
        public async Task Execute(IJobExecutionContext context)
        {
            ORDER order = new ORDER();

            order.UpdateOrderState();

            GROUP group = new GROUP();

            group.UpdateGroupState();
        }