-------------------------------2022/12/2 9:49:38------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:12 -------------------------------2022/12/2 9:49:38------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:50:27------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2819 -------------------------------2022/12/2 9:50:27------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:50:27------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:51:41------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2820 -------------------------------2022/12/2 9:51:41------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:51:41------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:53:11------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2821 -------------------------------2022/12/2 9:53:11------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:53:11------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:54:40------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2874 -------------------------------2022/12/2 9:54:40------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:54:40------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:55:22------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2875 -------------------------------2022/12/2 9:55:22------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:55:22------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:55:57------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2876 -------------------------------2022/12/2 9:55:57------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:55:57------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:56:30------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2888 -------------------------------2022/12/2 9:56:30------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:56:30------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:57:01------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2903 -------------------------------2022/12/2 9:57:01------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:57:01------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:57:31------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2915 -------------------------------2022/12/2 9:57:31------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:57:31------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:58:07------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2939 -------------------------------2022/12/2 9:58:07------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:58:07------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:58:54------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2948 -------------------------------2022/12/2 9:58:54------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:58:54------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 9:59:40------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2951 -------------------------------2022/12/2 9:59:40------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 9:59:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:21 -------------------------------2022/12/2 9:59:40------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:00:27------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2598 -------------------------------2022/12/2 10:00:27------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:00:27------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:01:02------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2599 -------------------------------2022/12/2 10:01:02------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:01:02------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:01:22------------------------------- 队列结账异常:事务(进程 ID 99)与另一个进程被死锁在 锁 | 通信缓冲区 资源上,并且已被选作死锁牺牲品。请重新运行该事务。 SQL: update a set EndBalance = isnull(BeginBalance,0) + isnull(Debit,0) - isnull(Credit,0) from jzTollBalance a left join jzHouse h on a.HouseID=h.id where [Year] = @para_0 and [Month] = @para_1 And h.OrganizationID= @para_2 delete a from jzTollBalance a left join jzHouse h on a.HouseID=h.id where [Year] = @para_0 and [Month] = @para_1 and BeginBalance=0 and EndBalance=0 and Debit=0 and Credit=0 And h.OrganizationID=@para_2 在 Jeez.CRM.DataService.AutoCO.TollBalance.DoCloseOff(Boolean PreCloseOff, Int32 OrganizationID) 在 Jeez.CRM.DataService.AutoCO.TollCloseList.CloseTollSystem(EntityObject eoClose) -------------------------------2022/12/2 10:01:22------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:19 -------------------------------2022/12/2 10:01:22------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:02:21------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2600 -------------------------------2022/12/2 10:02:21------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:02:21------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:03:54------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2601 -------------------------------2022/12/2 10:03:54------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:03:54------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:05:06------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2602 -------------------------------2022/12/2 10:05:06------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:05:06------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:05:57------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2748 -------------------------------2022/12/2 10:05:57------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:05:57------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:07:09------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2749 -------------------------------2022/12/2 10:07:09------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:07:09------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:07:42------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2750 -------------------------------2022/12/2 10:07:42------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:07:42------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:08:13------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2751 -------------------------------2022/12/2 10:08:13------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:08:13------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:08:43------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2752 -------------------------------2022/12/2 10:08:43------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:08:43------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:09:15------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2753 -------------------------------2022/12/2 10:09:15------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:09:15------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:09:48------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2754 -------------------------------2022/12/2 10:09:48------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:09:48------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:10:22------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2795 -------------------------------2022/12/2 10:10:22------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:10:22------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:10:56------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2839 -------------------------------2022/12/2 10:10:56------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:10:56------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:11:30------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2850 -------------------------------2022/12/2 10:11:30------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:11:30------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:12:06------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2882 -------------------------------2022/12/2 10:12:06------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:12:06------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:12:42------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2912 -------------------------------2022/12/2 10:12:42------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:12:42------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:13:39------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2919 -------------------------------2022/12/2 10:13:39------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:13:39------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:15:01------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2932 -------------------------------2022/12/2 10:15:01------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:15:01------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:16:25------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2943 -------------------------------2022/12/2 10:16:25------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:16:25------------------------------- 106 - 天荟结账开始 -------------------------------2022/12/2 10:17:12------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2954 -------------------------------2022/12/2 10:17:12------------------------------- 106 - 天荟队列成功 -------------------------------2022/12/2 10:17:12------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:13 -------------------------------2022/12/2 10:17:12------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:18:36------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2819 -------------------------------2022/12/2 10:18:36------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:18:36------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:19:12------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2820 -------------------------------2022/12/2 10:19:12------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:19:12------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:19:41------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2821 -------------------------------2022/12/2 10:19:41------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:19:41------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:20:31------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2874 -------------------------------2022/12/2 10:20:31------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:20:31------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:21:55------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2875 -------------------------------2022/12/2 10:21:55------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:21:55------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:22:48------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2876 -------------------------------2022/12/2 10:22:48------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:22:48------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:23:20------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2888 -------------------------------2022/12/2 10:23:20------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:23:20------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:23:43------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2903 -------------------------------2022/12/2 10:23:43------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:23:43------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:24:09------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2915 -------------------------------2022/12/2 10:24:09------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:24:09------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:24:35------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2939 -------------------------------2022/12/2 10:24:35------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:24:35------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:25:02------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2948 -------------------------------2022/12/2 10:25:02------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:25:02------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 10:25:27------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2951 -------------------------------2022/12/2 10:25:27------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 10:25:27------------------------------- 103 - 技术官员村结账开始 -------------------------------2022/12/2 10:25:41------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2953 -------------------------------2022/12/2 10:25:41------------------------------- 103 - 技术官员村队列成功 -------------------------------2022/12/2 10:25:41------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:21 -------------------------------2022/12/2 10:25:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:26:32------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2724 -------------------------------2022/12/2 10:26:32------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:26:32------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:27:28------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2725 -------------------------------2022/12/2 10:27:28------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:27:28------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:28:18------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2726 -------------------------------2022/12/2 10:28:18------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:28:18------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:29:10------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2727 -------------------------------2022/12/2 10:29:10------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:29:10------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:29:57------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2728 -------------------------------2022/12/2 10:29:57------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:29:57------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:30:45------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2729 -------------------------------2022/12/2 10:30:45------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:30:45------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:31:34------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2730 -------------------------------2022/12/2 10:31:34------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:31:34------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:32:21------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2731 -------------------------------2022/12/2 10:32:21------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:32:21------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:33:11------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2732 -------------------------------2022/12/2 10:33:11------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:33:11------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:34:01------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2773 -------------------------------2022/12/2 10:34:01------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:34:01------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:34:51------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2781 -------------------------------2022/12/2 10:34:51------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:34:51------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:35:44------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2813 -------------------------------2022/12/2 10:35:44------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:35:44------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:36:34------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2814 -------------------------------2022/12/2 10:36:34------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:36:34------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:37:23------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2899 -------------------------------2022/12/2 10:37:23------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:37:23------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:38:15------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2900 -------------------------------2022/12/2 10:38:15------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:38:15------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:39:00------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2901 -------------------------------2022/12/2 10:39:00------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:39:00------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:39:48------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2906 -------------------------------2022/12/2 10:39:48------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:39:48------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:40:41------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2918 -------------------------------2022/12/2 10:40:41------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:40:41------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:41:31------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2937 -------------------------------2022/12/2 10:41:31------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:41:31------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:42:27------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2942 -------------------------------2022/12/2 10:42:27------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 10:42:27------------------------------- 105 - 天誉结账开始 -------------------------------2022/12/2 10:43:18------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2959 -------------------------------2022/12/2 10:43:18------------------------------- 105 - 天誉队列成功 -------------------------------2022/12/2 17:11:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:9 -------------------------------2022/12/2 17:11:40------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:12:07------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2874 -------------------------------2022/12/2 17:12:07------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:12:07------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:12:34------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2875 -------------------------------2022/12/2 17:12:34------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:12:34------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:13:00------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2876 -------------------------------2022/12/2 17:13:00------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:13:00------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:13:26------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2888 -------------------------------2022/12/2 17:13:26------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:13:26------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:13:55------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2903 -------------------------------2022/12/2 17:13:55------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:13:55------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:14:26------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2915 -------------------------------2022/12/2 17:14:26------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:14:26------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:15:00------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2939 -------------------------------2022/12/2 17:15:00------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:15:00------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:16:05------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2948 -------------------------------2022/12/2 17:16:05------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:16:05------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:17:08------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2951 -------------------------------2022/12/2 17:17:08------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:31:40------------------------------- 队列结账8edc00e9-f6ac-4699-9ecf-4584d0a7f306:2 -------------------------------2022/12/2 17:31:40------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:32:19------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2948 -------------------------------2022/12/2 17:32:19------------------------------- 101 - 运动员村队列成功 -------------------------------2022/12/2 17:32:19------------------------------- 101 - 运动员村结账开始 -------------------------------2022/12/2 17:32:50------------------------------- 结账状态更新update jzTollCloseList set isClosed=1,ClosedDate=getdate() where id=2951 -------------------------------2022/12/2 17:32:50------------------------------- 101 - 运动员村队列成功