1
huanghongfeng
2024-11-22 91adcbb1b813198d0a81ca03257bf94d43d4ef60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
--------------------------------
2024/11/21 22:14:00|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:00 834","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:Login","RequestParamsName":"【携带的参数有】:WIDESEA_Model.LoginInfo","RequestParamsData":"[{\"UserName\":\"admin\",\"Password\":\"123456\"}]","ResponseIntervalTime":"102ms","ResponseTime":"2024-11-21 10:14:00 937","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIxIiwiaWF0IjoiMTczMjE5ODQ0MCIsIm5iZiI6IjE3MzIxOTg0NDAiLCJleHAiOiIxNzMyMjA1NjQwIiwiaXNzIjoiV0lERVNFQV9XTVNfT3duZXIiLCJhdWQiOiJXSURFU0VBX1dNUyIsImh0dHA6Ly9zY2hlbWFzLm1pY3Jvc29mdC5jb20vd3MvMjAwOC8wNi9pZGVudGl0eS9jbGFpbXMvcm9sZSI6IjEiLCJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA1LzA1L2lkZW50aXR5L2NsYWltcy9uYW1lIjoiYWRtaW4iLCJUZW5hbnRJZCI6IjAifQ.Rzgk6c3eUTccIZRfUbO3VzS_7JSP6Knb8YjHuoet4Ko\",\"userName\":\"超级管理员\",\"img\":\"\"},\"DevMessage\":null}"}
--------------------------------
2024/11/21 22:14:01|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:01 002","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetSuperAdminMenu","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"50ms","ResponseTime":"2024-11-21 10:14:01 053","ResponseJsonData":"[{\"id\":29,\"name\":\"库存信息\",\"url\":\"/stockInfo\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfo\",\"permission\":[\"Search\",\"Add\",\"Update\",\"HandOutbound\",\"HandOutboundt\",\"HandOutboundycl\"]},{\"id\":25,\"name\":\"入库单\",\"url\":\"/inboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_InboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":17,\"name\":\"基础管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-notebook-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":30,\"name\":\"库存信息明细\",\"url\":\"stockInfoDetail\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfoDetail\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":32,\"name\":\"库存视图\",\"url\":\"/stockView\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"StockView\",\"permission\":[\"Search\"]},{\"id\":12,\"name\":\"任务管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-shopping-bag-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":27,\"name\":\"出库单\",\"url\":\"/outboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_OutboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":23,\"name\":\"货位信息\",\"url\":\"/locationInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_LocationInfo\",\"permission\":[\"Search\",\"Update\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":19,\"name\":\"单据管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-document\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":20,\"name\":\"库存管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-discount\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":1,\"name\":\"用户管理\",\"url\":null,\"parentId\":0,\"icon\":\"el-icon-user\",\"Enable\":1,\"TableName\":\".\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":2,\"name\":\"用户管理\",\"url\":\"/Sys_User\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_User\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":3,\"name\":\"权限管理\",\"url\":\"/permission\",\"parentId\":1,\"icon\":\"ivu-icon ivu-icon-ios-boat\",\"Enable\":1,\"TableName\":\",\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":4,\"name\":\"角色管理\",\"url\":\"/Sys_Role\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Role\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":13,\"name\":\"任务信息\",\"url\":\"/task\",\"parentId\":12,\"icon\":null,\"Enable\":1,\"TableName\":\"Dt_Task\",\"permission\":[\"Search\",\"Export\",\"TaskCancellation\",\"TaskHandCompleted\"]},{\"id\":8,\"name\":\"日志管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-date\",\"Enable\":1,\"TableName\":\"xxx\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":6,\"name\":\"菜单设置\",\"url\":\"/sysmenu\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Menu\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":7,\"name\":\"下拉框绑定设置\",\"url\":\"/Sys_Dictionary\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Dictionary\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":9,\"name\":\"接口日志\",\"url\":\"/Sys_Log/Manager\",\"parentId\":8,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Log\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":5,\"name\":\"系统设置\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-setting\",\"Enable\":1,\"TableName\":\"系统设置\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]}]"}
--------------------------------
2024/11/21 22:14:01|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:01 002","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetCurrentMenuActionList","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"52ms","ResponseTime":"2024-11-21 10:14:01 054","ResponseJsonData":"[{\"id\":29,\"name\":\"库存信息\",\"url\":\"/stockInfo\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfo\",\"permission\":[\"Search\",\"Add\",\"Update\",\"HandOutbound\",\"HandOutboundt\",\"HandOutboundycl\"]},{\"id\":25,\"name\":\"入库单\",\"url\":\"/inboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_InboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":17,\"name\":\"基础管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-notebook-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":30,\"name\":\"库存信息明细\",\"url\":\"stockInfoDetail\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfoDetail\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":32,\"name\":\"库存视图\",\"url\":\"/stockView\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"StockView\",\"permission\":[\"Search\"]},{\"id\":12,\"name\":\"任务管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-shopping-bag-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":27,\"name\":\"出库单\",\"url\":\"/outboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_OutboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":23,\"name\":\"货位信息\",\"url\":\"/locationInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_LocationInfo\",\"permission\":[\"Search\",\"Update\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":19,\"name\":\"单据管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-document\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":20,\"name\":\"库存管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-discount\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":1,\"name\":\"用户管理\",\"url\":null,\"parentId\":0,\"icon\":\"el-icon-user\",\"Enable\":1,\"TableName\":\".\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":2,\"name\":\"用户管理\",\"url\":\"/Sys_User\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_User\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":3,\"name\":\"权限管理\",\"url\":\"/permission\",\"parentId\":1,\"icon\":\"ivu-icon ivu-icon-ios-boat\",\"Enable\":1,\"TableName\":\",\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":4,\"name\":\"角色管理\",\"url\":\"/Sys_Role\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Role\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":13,\"name\":\"任务信息\",\"url\":\"/task\",\"parentId\":12,\"icon\":null,\"Enable\":1,\"TableName\":\"Dt_Task\",\"permission\":[\"Search\",\"Export\",\"TaskCancellation\",\"TaskHandCompleted\"]},{\"id\":8,\"name\":\"日志管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-date\",\"Enable\":1,\"TableName\":\"xxx\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":6,\"name\":\"菜单设置\",\"url\":\"/sysmenu\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Menu\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":7,\"name\":\"下拉框绑定设置\",\"url\":\"/Sys_Dictionary\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Dictionary\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":9,\"name\":\"接口日志\",\"url\":\"/Sys_Log/Manager\",\"parentId\":8,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Log\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":5,\"name\":\"系统设置\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-setting\",\"Enable\":1,\"TableName\":\"系统设置\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]}]"}
--------------------------------
2024/11/21 22:14:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:03 852","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetDictionaries","RequestParamsName":"【携带的参数有】:System.Linq.Enumerable+WhereArrayIterator`1[System.String], True","RequestParamsData":"[[\"stockStatusEmun\",\"inventoryMaterialType\",\"yesno\"],true]","ResponseIntervalTime":"386ms","ResponseTime":"2024-11-21 10:14:04 239","ResponseJsonData":"[{\"DicId\":81,\"Config\":null,\"Sql\":null,\"DicName\":\"是否值\",\"DicNo\":\"yesno\",\"Enable\":1,\"OrderNo\":0,\"ParentId\":0,\"Remark\":null,\"DicList\":[{\"DicListId\":458,\"DicName\":\"是\",\"DicValue\":\"true\",\"DicId\":81,\"Enable\":null,\"OrderNo\":null,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T09:41:25.133\",\"Modifier\":null,\"ModifyDate\":null},{\"DicListId\":459,\"DicName\":\"否\",\"DicValue\":\"false\",\"DicId\":81,\"Enable\":null,\"OrderNo\":null,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T09:41:25.133\",\"Modifier\":null,\"ModifyDate\":null}],\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T09:41:24.53\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 22:14:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:03 837","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetVueDictionary","RequestParamsName":"【携带的参数有】:System.String[]","RequestParamsData":"[[\"stockStatusEmun\",\"inventoryMaterialType\",\"yesno\"]]","ResponseIntervalTime":"454ms","ResponseTime":"2024-11-21 10:14:04 291","ResponseJsonData":"[{\"DicNo\":\"yesno\",\"Config\":null,\"Data\":[{\"key\":\"true\",\"value\":\"是\"},{\"key\":\"false\",\"value\":\"否\"}]},{\"DicNo\":\"inOrderType\",\"Config\":\"\",\"Data\":[{\"key\":\"100\",\"value\":\"生产入库单\"},{\"key\":\"105\",\"value\":\"生产退料单\"},{\"key\":\"110\",\"value\":\"采购入库单\"},{\"key\":\"115\",\"value\":\"调拨入库单\"},{\"key\":\"120\",\"value\":\"销售退货单\"},{\"key\":\"125\",\"value\":\"空盘入库单\"},{\"key\":\"130\",\"value\":\"其他入库单\"}]},{\"DicNo\":\"outOrderType\",\"Config\":\"\",\"Data\":[{\"key\":\"200\",\"value\":\"生产返工单\"},{\"key\":\"205\",\"value\":\"生产发料单\"},{\"key\":\"210\",\"value\":\"采购退货单\"},{\"key\":\"215\",\"value\":\"调拨出库单\"},{\"key\":\"220\",\"value\":\"销售出库单\"},{\"key\":\"225\",\"value\":\"空盘出库单\"},{\"key\":\"230\",\"value\":\"质检出库单\"},{\"key\":\"235\",\"value\":\"其他出库单\"}]},{\"DicNo\":\"inboundState\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"未开始\"},{\"key\":\"1\",\"value\":\"入库中\"},{\"key\":\"2\",\"value\":\"入库完成\"},{\"key\":\"98\",\"value\":\"取消\"},{\"key\":\"99\",\"value\":\"关闭\"}]},{\"DicNo\":\"createType\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"系统内创建\"},{\"key\":\"1\",\"value\":\"上游系统推送\"}]},{\"DicNo\":\"enableEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"禁用\"},{\"key\":\"1\",\"value\":\"启用\"}]},{\"DicNo\":\"enableStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"正常\"},{\"key\":\"1\",\"value\":\"只入\"},{\"key\":\"2\",\"value\":\"只出\"},{\"key\":\"3\",\"value\":\"禁用\"}]},{\"DicNo\":\"locationStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"空闲\"},{\"key\":\"1\",\"value\":\"锁定\"},{\"key\":\"2\",\"value\":\"有货\"},{\"key\":\"98\",\"value\":\"空托锁定\"},{\"key\":\"99\",\"value\":\"空托盘\"}]},{\"DicNo\":\"locationTypeEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"1\",\"value\":\"立库货位\"},{\"key\":\"2\",\"value\":\"平库货位\"},{\"key\":\"3\",\"value\":\"成品出库站台\"},{\"key\":\"4\",\"value\":\"原材料出库站台\"},{\"key\":\"5\",\"value\":\"空托出库站台\"},{\"key\":\"6\",\"value\":\"成品入库站台\"},{\"key\":\"7\",\"value\":\"原材料入库站台\"},{\"key\":\"8\",\"value\":\"空托入站台\"},{\"key\":\"9\",\"value\":\"空托货位\"},{\"key\":\"10\",\"value\":\"原材料货位\"},{\"key\":\"11\",\"value\":\"成品货位\"}]},{\"DicNo\":\"taskTypeEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"100\",\"value\":\"出库\"},{\"key\":\"101\",\"value\":\"盘点出库\"},{\"key\":\"102\",\"value\":\"分拣出库\"},{\"key\":\"103\",\"value\":\"质检出库\"},{\"key\":\"104\",\"value\":\"出空\"},{\"key\":\"105\",\"value\":\"补空\"},{\"key\":\"200\",\"value\":\"入库\"},{\"key\":\"201\",\"value\":\"盘点入库\"},{\"key\":\"202\",\"value\":\"分拣入库\"},{\"key\":\"203\",\"value\":\"质检入库\"},{\"key\":\"204\",\"value\":\"入空\"},{\"key\":\"205\",\"value\":\"回空\"},{\"key\":\"300\",\"value\":\"移库\"},{\"key\":\"301\",\"value\":\"库内移库\"},{\"key\":\"302\",\"value\":\"库外移库\"},{\"key\":\"500\",\"value\":\"AGV搬运\"}]},{\"DicNo\":\"taskStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"200\",\"value\":\"任务已下发\"},{\"key\":\"230\",\"value\":\"堆垛机入库执行中\"},{\"key\":\"235\",\"value\":\"堆垛机入库完成\"},{\"key\":\"290\",\"value\":\"入库任务完成\"},{\"key\":\"298\",\"value\":\"入库任务取消\"},{\"key\":\"299\",\"value\":\"入库任务异常\"},{\"key\":\"300\",\"value\":\"新建移库任务\"},{\"key\":\"310\",\"value\":\"移库任务完成\"},{\"key\":\"100\",\"value\":\"新建\"},{\"key\":\"130\",\"value\":\"堆垛机出库执行中\"},{\"key\":\"135\",\"value\":\"堆垛机出库完成\"},{\"key\":\"140\",\"value\":\"移库任务执行中\"},{\"key\":\"145\",\"value\":\"移库任务执行中\"},{\"key\":\"190\",\"value\":\"出库任务完成\"},{\"key\":\"198\",\"value\":\"出库任务取消\"},{\"key\":\"199\",\"value\":\"出库任务异常\"},{\"key\":\"500\",\"value\":\"新建\"},{\"key\":\"510\",\"value\":\"执行中\"},{\"key\":\"520\",\"value\":\"完成\"}]},{\"DicNo\":\"outboundStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"未开始\"},{\"key\":\"1\",\"value\":\"出库中\"},{\"key\":\"2\",\"value\":\"出库完成\"},{\"key\":\"98\",\"value\":\"取消\"},{\"key\":\"99\",\"value\":\"关闭\"}]},{\"DicNo\":\"orderDetailStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"新建\"},{\"key\":\"10\",\"value\":\"组盘入库\"},{\"key\":\"60\",\"value\":\"出库部分分配完成\"},{\"key\":\"70\",\"value\":\"出库分配完成\"},{\"key\":\"80\",\"value\":\"出库中\"},{\"key\":\"100\",\"value\":\"完成\"}]},{\"DicNo\":\"stockStatusEmun\",\"Config\":\"\",\"Data\":[{\"key\":\"1\",\"value\":\"组盘暂存\"},{\"key\":\"2\",\"value\":\"组盘撤销\"},{\"key\":\"3\",\"value\":\"入库确认\"},{\"key\":\"4\",\"value\":\"入库撤销\"},{\"key\":\"5\",\"value\":\"已入库\"},{\"key\":\"6\",\"value\":\"入库完成\"},{\"key\":\"7\",\"value\":\"出库锁定\"},{\"key\":\"8\",\"value\":\"出库完成\"},{\"key\":\"9\",\"value\":\"移库锁定\"}]},{\"DicNo\":\"stockChangeType\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"组盘\"},{\"key\":\"1\",\"value\":\"入库\"},{\"key\":\"2\",\"value\":\"出库\"},{\"key\":\"3\",\"value\":\"移库\"},{\"key\":\"4\",\"value\":\"锁定\"}]},{\"DicNo\":\"outStockStatus\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"已分配\"},{\"key\":\"1\",\"value\":\"出库中\"},{\"key\":\"2\",\"value\":\"出库完成\"},{\"key\":\"99\",\"value\":\"撤销\"}]}]"}
--------------------------------
2024/11/21 22:14:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:07 391","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"48ms","ResponseTime":"2024-11-21 10:14:07 440","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 22:14:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:07 375","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"65ms","ResponseTime":"2024-11-21 10:14:07 441","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 22:14:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:36 256","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"32ms","ResponseTime":"2024-11-21 10:14:36 288","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 22:14:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:36 256","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"34ms","ResponseTime":"2024-11-21 10:14:36 290","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 22:14:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:43 936","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"11ms","ResponseTime":"2024-11-21 10:14:43 947","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 22:14:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:14:43 936","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"13ms","ResponseTime":"2024-11-21 10:14:43 949","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 22:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:28 822","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"390ms","ResponseTime":"2024-11-21 10:37:29 212","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:28 821","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"620ms","ResponseTime":"2024-11-21 10:37:29 442","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:28 785","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"861ms","ResponseTime":"2024-11-21 10:37:29 646","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:29 652","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"164ms","ResponseTime":"2024-11-21 10:37:29 817","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:29 648","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"362ms","ResponseTime":"2024-11-21 10:37:30 011","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:30 406","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType != 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"86ms","ResponseTime":"2024-11-21 10:37:31 492","ResponseJsonData":"[{\"Id\":96,\"PalletCode\":\"KTP1114120701\",\"MaterialType\":2,\"LocationCode\":\"R01-001-040-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T12:08:00\"},{\"Id\":100,\"PalletCode\":\"KTP1114120705\",\"MaterialType\":2,\"LocationCode\":\"R01-001-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T15:27:00.347\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"}]"}
--------------------------------
2024/11/21 22:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:31 498","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"166ms","ResponseTime":"2024-11-21 10:37:31 665","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:31 498","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"320ms","ResponseTime":"2024-11-21 10:37:31 818","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:31 494","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"503ms","ResponseTime":"2024-11-21 10:37:31 998","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:32 003","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"140ms","ResponseTime":"2024-11-21 10:37:32 143","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:32 000","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"309ms","ResponseTime":"2024-11-21 10:37:32 310","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:32 635","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"76ms","ResponseTime":"2024-11-21 10:37:32 712","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 22:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:32 718","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"226ms","ResponseTime":"2024-11-21 10:37:32 944","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:32 717","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"397ms","ResponseTime":"2024-11-21 10:37:33 115","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:32 715","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"578ms","ResponseTime":"2024-11-21 10:37:33 293","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:33 297","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"141ms","ResponseTime":"2024-11-21 10:37:33 438","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:33 295","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"310ms","ResponseTime":"2024-11-21 10:37:33 605","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:37:33 905","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"19ms","ResponseTime":"2024-11-21 10:37:33 925","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}
--------------------------------
2024/11/21 22:48:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:29 330","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"243ms","ResponseTime":"2024-11-21 10:48:29 574","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:29 330","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"437ms","ResponseTime":"2024-11-21 10:48:29 767","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:29 313","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"651ms","ResponseTime":"2024-11-21 10:48:29 964","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:29 970","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"139ms","ResponseTime":"2024-11-21 10:48:30 109","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:29 966","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"352ms","ResponseTime":"2024-11-21 10:48:30 319","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:30 773","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType != 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"955ms","ResponseTime":"2024-11-21 10:48:31 729","ResponseJsonData":"[{\"Id\":96,\"PalletCode\":\"KTP1114120701\",\"MaterialType\":2,\"LocationCode\":\"R01-001-040-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T12:08:00\"},{\"Id\":100,\"PalletCode\":\"KTP1114120705\",\"MaterialType\":2,\"LocationCode\":\"R01-001-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T15:27:00.347\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"}]"}
--------------------------------
2024/11/21 22:48:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:31 735","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"175ms","ResponseTime":"2024-11-21 10:48:31 911","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:31 735","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"351ms","ResponseTime":"2024-11-21 10:48:32 086","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:31 731","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"526ms","ResponseTime":"2024-11-21 10:48:32 257","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:32 263","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"146ms","ResponseTime":"2024-11-21 10:48:32 409","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:32 260","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"316ms","ResponseTime":"2024-11-21 10:48:32 576","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:32 887","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"43ms","ResponseTime":"2024-11-21 10:48:32 931","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 22:48:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:32 937","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"158ms","ResponseTime":"2024-11-21 10:48:33 095","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:32 936","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"325ms","ResponseTime":"2024-11-21 10:48:33 262","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:32 934","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"571ms","ResponseTime":"2024-11-21 10:48:33 506","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:33 511","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"157ms","ResponseTime":"2024-11-21 10:48:33 669","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:33 508","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"320ms","ResponseTime":"2024-11-21 10:48:33 828","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 22:48:34|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:48:34 131","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"15ms","ResponseTime":"2024-11-21 10:48:34 146","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}
--------------------------------
2024/11/21 22:52:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:52:10 611","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-21 10:52:12 618","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 22:52:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 10:52:10 527","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"118ms","ResponseTime":"2024-11-21 10:52:12 646","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:00:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:09 350","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"86ms","ResponseTime":"2024-11-21 11:00:11 437","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:00:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:09 269","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"182ms","ResponseTime":"2024-11-21 11:00:11 452","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:00:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:23 018","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"225ms","ResponseTime":"2024-11-21 11:00:23 243","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:23 017","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"348ms","ResponseTime":"2024-11-21 11:00:23 365","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:23 005","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"531ms","ResponseTime":"2024-11-21 11:00:23 536","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:23 540","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"139ms","ResponseTime":"2024-11-21 11:00:23 679","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:23 538","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"313ms","ResponseTime":"2024-11-21 11:00:23 851","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:24 278","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType != 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"112ms","ResponseTime":"2024-11-21 11:00:24 391","ResponseJsonData":"[{\"Id\":96,\"PalletCode\":\"KTP1114120701\",\"MaterialType\":2,\"LocationCode\":\"R01-001-040-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T12:08:00\"},{\"Id\":100,\"PalletCode\":\"KTP1114120705\",\"MaterialType\":2,\"LocationCode\":\"R01-001-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T15:27:00.347\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"}]"}
--------------------------------
2024/11/21 23:00:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:24 395","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"149ms","ResponseTime":"2024-11-21 11:00:24 545","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:24 395","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"289ms","ResponseTime":"2024-11-21 11:00:24 685","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:24 393","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"448ms","ResponseTime":"2024-11-21 11:00:24 841","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:24 846","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"133ms","ResponseTime":"2024-11-21 11:00:24 980","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:24 843","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"351ms","ResponseTime":"2024-11-21 11:00:25 195","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:25 574","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"53ms","ResponseTime":"2024-11-21 11:00:25 628","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 23:00:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:25 634","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"156ms","ResponseTime":"2024-11-21 11:00:25 791","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:25 634","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"305ms","ResponseTime":"2024-11-21 11:00:25 939","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:25 631","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"501ms","ResponseTime":"2024-11-21 11:00:26 132","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:26 136","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"144ms","ResponseTime":"2024-11-21 11:00:26 280","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:26 134","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"328ms","ResponseTime":"2024-11-21 11:00:26 462","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:00:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:00:26 748","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"11ms","ResponseTime":"2024-11-21 11:00:26 759","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}
--------------------------------
2024/11/21 23:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:11 005","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"173ms","ResponseTime":"2024-11-21 11:05:11 179","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:11 005","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"297ms","ResponseTime":"2024-11-21 11:05:11 302","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:10 997","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"464ms","ResponseTime":"2024-11-21 11:05:11 462","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:11 465","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"106ms","ResponseTime":"2024-11-21 11:05:11 572","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:11 463","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"259ms","ResponseTime":"2024-11-21 11:05:11 723","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:12 019","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType != 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"626ms","ResponseTime":"2024-11-21 11:05:12 645","ResponseJsonData":"[{\"Id\":96,\"PalletCode\":\"KTP1114120701\",\"MaterialType\":2,\"LocationCode\":\"R01-001-040-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T12:08:00\"},{\"Id\":100,\"PalletCode\":\"KTP1114120705\",\"MaterialType\":2,\"LocationCode\":\"R01-001-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T15:27:00.347\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"}]"}
--------------------------------
2024/11/21 23:05:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:12 649","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"107ms","ResponseTime":"2024-11-21 11:05:12 756","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:12 648","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"222ms","ResponseTime":"2024-11-21 11:05:12 871","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:12 647","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"370ms","ResponseTime":"2024-11-21 11:05:13 017","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 022","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"104ms","ResponseTime":"2024-11-21 11:05:13 126","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 019","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"234ms","ResponseTime":"2024-11-21 11:05:13 254","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 491","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"46ms","ResponseTime":"2024-11-21 11:05:13 538","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 23:05:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 544","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"117ms","ResponseTime":"2024-11-21 11:05:13 661","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 543","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"233ms","ResponseTime":"2024-11-21 11:05:13 777","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 541","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"364ms","ResponseTime":"2024-11-21 11:05:13 906","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 910","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"90ms","ResponseTime":"2024-11-21 11:05:14 000","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:13 908","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"204ms","ResponseTime":"2024-11-21 11:05:14 113","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:05:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:05:14 321","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-21 11:05:14 329","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}
--------------------------------
2024/11/21 23:20:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:39 464","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetSuperAdminMenu","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"316ms","ResponseTime":"2024-11-21 11:20:40 780","ResponseJsonData":"[{\"id\":29,\"name\":\"库存信息\",\"url\":\"/stockInfo\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfo\",\"permission\":[\"Search\",\"Add\",\"Update\",\"HandOutbound\",\"HandOutboundt\",\"HandOutboundycl\"]},{\"id\":25,\"name\":\"入库单\",\"url\":\"/inboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_InboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":17,\"name\":\"基础管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-notebook-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":30,\"name\":\"库存信息明细\",\"url\":\"stockInfoDetail\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfoDetail\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":32,\"name\":\"库存视图\",\"url\":\"/stockView\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"StockView\",\"permission\":[\"Search\"]},{\"id\":12,\"name\":\"任务管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-shopping-bag-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":27,\"name\":\"出库单\",\"url\":\"/outboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_OutboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":23,\"name\":\"货位信息\",\"url\":\"/locationInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_LocationInfo\",\"permission\":[\"Search\",\"Update\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":19,\"name\":\"单据管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-document\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":20,\"name\":\"库存管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-discount\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":1,\"name\":\"用户管理\",\"url\":null,\"parentId\":0,\"icon\":\"el-icon-user\",\"Enable\":1,\"TableName\":\".\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":2,\"name\":\"用户管理\",\"url\":\"/Sys_User\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_User\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":3,\"name\":\"权限管理\",\"url\":\"/permission\",\"parentId\":1,\"icon\":\"ivu-icon ivu-icon-ios-boat\",\"Enable\":1,\"TableName\":\",\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":4,\"name\":\"角色管理\",\"url\":\"/Sys_Role\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Role\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":13,\"name\":\"任务信息\",\"url\":\"/task\",\"parentId\":12,\"icon\":null,\"Enable\":1,\"TableName\":\"Dt_Task\",\"permission\":[\"Search\",\"Export\",\"TaskCancellation\",\"TaskHandCompleted\"]},{\"id\":8,\"name\":\"日志管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-date\",\"Enable\":1,\"TableName\":\"xxx\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":6,\"name\":\"菜单设置\",\"url\":\"/sysmenu\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Menu\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":7,\"name\":\"下拉框绑定设置\",\"url\":\"/Sys_Dictionary\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Dictionary\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":9,\"name\":\"接口日志\",\"url\":\"/Sys_Log/Manager\",\"parentId\":8,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Log\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":5,\"name\":\"系统设置\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-setting\",\"Enable\":1,\"TableName\":\"系统设置\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]}]"}
--------------------------------
2024/11/21 23:20:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:39 460","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetCurrentMenuActionList","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"326ms","ResponseTime":"2024-11-21 11:20:40 786","ResponseJsonData":"[{\"id\":29,\"name\":\"库存信息\",\"url\":\"/stockInfo\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfo\",\"permission\":[\"Search\",\"Add\",\"Update\",\"HandOutbound\",\"HandOutboundt\",\"HandOutboundycl\"]},{\"id\":25,\"name\":\"入库单\",\"url\":\"/inboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_InboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":17,\"name\":\"基础管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-notebook-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":30,\"name\":\"库存信息明细\",\"url\":\"stockInfoDetail\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfoDetail\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":32,\"name\":\"库存视图\",\"url\":\"/stockView\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"StockView\",\"permission\":[\"Search\"]},{\"id\":12,\"name\":\"任务管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-shopping-bag-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":27,\"name\":\"出库单\",\"url\":\"/outboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_OutboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":23,\"name\":\"货位信息\",\"url\":\"/locationInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_LocationInfo\",\"permission\":[\"Search\",\"Update\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":19,\"name\":\"单据管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-document\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":20,\"name\":\"库存管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-discount\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":1,\"name\":\"用户管理\",\"url\":null,\"parentId\":0,\"icon\":\"el-icon-user\",\"Enable\":1,\"TableName\":\".\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":2,\"name\":\"用户管理\",\"url\":\"/Sys_User\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_User\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":3,\"name\":\"权限管理\",\"url\":\"/permission\",\"parentId\":1,\"icon\":\"ivu-icon ivu-icon-ios-boat\",\"Enable\":1,\"TableName\":\",\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":4,\"name\":\"角色管理\",\"url\":\"/Sys_Role\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Role\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":13,\"name\":\"任务信息\",\"url\":\"/task\",\"parentId\":12,\"icon\":null,\"Enable\":1,\"TableName\":\"Dt_Task\",\"permission\":[\"Search\",\"Export\",\"TaskCancellation\",\"TaskHandCompleted\"]},{\"id\":8,\"name\":\"日志管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-date\",\"Enable\":1,\"TableName\":\"xxx\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":6,\"name\":\"菜单设置\",\"url\":\"/sysmenu\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Menu\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":7,\"name\":\"下拉框绑定设置\",\"url\":\"/Sys_Dictionary\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Dictionary\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":9,\"name\":\"接口日志\",\"url\":\"/Sys_Log/Manager\",\"parentId\":8,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Log\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":5,\"name\":\"系统设置\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-setting\",\"Enable\":1,\"TableName\":\"系统设置\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]}]"}
--------------------------------
2024/11/21 23:20:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:42 386","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetDictionaries","RequestParamsName":"【携带的参数有】:System.Linq.Enumerable+WhereArrayIterator`1[System.String], True","RequestParamsData":"[[\"stockStatusEmun\",\"inventoryMaterialType\",\"yesno\"],true]","ResponseIntervalTime":"531ms","ResponseTime":"2024-11-21 11:20:42 918","ResponseJsonData":"[{\"DicId\":81,\"Config\":null,\"Sql\":null,\"DicName\":\"是否值\",\"DicNo\":\"yesno\",\"Enable\":1,\"OrderNo\":0,\"ParentId\":0,\"Remark\":null,\"DicList\":[{\"DicListId\":458,\"DicName\":\"是\",\"DicValue\":\"true\",\"DicId\":81,\"Enable\":null,\"OrderNo\":null,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T09:41:25.133\",\"Modifier\":null,\"ModifyDate\":null},{\"DicListId\":459,\"DicName\":\"否\",\"DicValue\":\"false\",\"DicId\":81,\"Enable\":null,\"OrderNo\":null,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T09:41:25.133\",\"Modifier\":null,\"ModifyDate\":null}],\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T09:41:24.53\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 23:20:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:42 367","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetVueDictionary","RequestParamsName":"【携带的参数有】:System.String[]","RequestParamsData":"[[\"stockStatusEmun\",\"inventoryMaterialType\",\"yesno\"]]","ResponseIntervalTime":"563ms","ResponseTime":"2024-11-21 11:20:42 931","ResponseJsonData":"[{\"DicNo\":\"yesno\",\"Config\":null,\"Data\":[{\"key\":\"true\",\"value\":\"是\"},{\"key\":\"false\",\"value\":\"否\"}]},{\"DicNo\":\"inOrderType\",\"Config\":\"\",\"Data\":[{\"key\":\"100\",\"value\":\"生产入库单\"},{\"key\":\"105\",\"value\":\"生产退料单\"},{\"key\":\"110\",\"value\":\"采购入库单\"},{\"key\":\"115\",\"value\":\"调拨入库单\"},{\"key\":\"120\",\"value\":\"销售退货单\"},{\"key\":\"125\",\"value\":\"空盘入库单\"},{\"key\":\"130\",\"value\":\"其他入库单\"}]},{\"DicNo\":\"outOrderType\",\"Config\":\"\",\"Data\":[{\"key\":\"200\",\"value\":\"生产返工单\"},{\"key\":\"205\",\"value\":\"生产发料单\"},{\"key\":\"210\",\"value\":\"采购退货单\"},{\"key\":\"215\",\"value\":\"调拨出库单\"},{\"key\":\"220\",\"value\":\"销售出库单\"},{\"key\":\"225\",\"value\":\"空盘出库单\"},{\"key\":\"230\",\"value\":\"质检出库单\"},{\"key\":\"235\",\"value\":\"其他出库单\"}]},{\"DicNo\":\"inboundState\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"未开始\"},{\"key\":\"1\",\"value\":\"入库中\"},{\"key\":\"2\",\"value\":\"入库完成\"},{\"key\":\"98\",\"value\":\"取消\"},{\"key\":\"99\",\"value\":\"关闭\"}]},{\"DicNo\":\"createType\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"系统内创建\"},{\"key\":\"1\",\"value\":\"上游系统推送\"}]},{\"DicNo\":\"enableEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"禁用\"},{\"key\":\"1\",\"value\":\"启用\"}]},{\"DicNo\":\"enableStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"正常\"},{\"key\":\"1\",\"value\":\"只入\"},{\"key\":\"2\",\"value\":\"只出\"},{\"key\":\"3\",\"value\":\"禁用\"}]},{\"DicNo\":\"locationStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"空闲\"},{\"key\":\"1\",\"value\":\"锁定\"},{\"key\":\"2\",\"value\":\"有货\"},{\"key\":\"98\",\"value\":\"空托锁定\"},{\"key\":\"99\",\"value\":\"空托盘\"}]},{\"DicNo\":\"locationTypeEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"1\",\"value\":\"立库货位\"},{\"key\":\"2\",\"value\":\"平库货位\"},{\"key\":\"3\",\"value\":\"成品出库站台\"},{\"key\":\"4\",\"value\":\"原材料出库站台\"},{\"key\":\"5\",\"value\":\"空托出库站台\"},{\"key\":\"6\",\"value\":\"成品入库站台\"},{\"key\":\"7\",\"value\":\"原材料入库站台\"},{\"key\":\"8\",\"value\":\"空托入站台\"},{\"key\":\"9\",\"value\":\"空托货位\"},{\"key\":\"10\",\"value\":\"原材料货位\"},{\"key\":\"11\",\"value\":\"成品货位\"}]},{\"DicNo\":\"taskTypeEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"100\",\"value\":\"出库\"},{\"key\":\"101\",\"value\":\"盘点出库\"},{\"key\":\"102\",\"value\":\"分拣出库\"},{\"key\":\"103\",\"value\":\"质检出库\"},{\"key\":\"104\",\"value\":\"出空\"},{\"key\":\"105\",\"value\":\"补空\"},{\"key\":\"200\",\"value\":\"入库\"},{\"key\":\"201\",\"value\":\"盘点入库\"},{\"key\":\"202\",\"value\":\"分拣入库\"},{\"key\":\"203\",\"value\":\"质检入库\"},{\"key\":\"204\",\"value\":\"入空\"},{\"key\":\"205\",\"value\":\"回空\"},{\"key\":\"300\",\"value\":\"移库\"},{\"key\":\"301\",\"value\":\"库内移库\"},{\"key\":\"302\",\"value\":\"库外移库\"},{\"key\":\"500\",\"value\":\"AGV搬运\"}]},{\"DicNo\":\"taskStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"200\",\"value\":\"任务已下发\"},{\"key\":\"230\",\"value\":\"堆垛机入库执行中\"},{\"key\":\"235\",\"value\":\"堆垛机入库完成\"},{\"key\":\"290\",\"value\":\"入库任务完成\"},{\"key\":\"298\",\"value\":\"入库任务取消\"},{\"key\":\"299\",\"value\":\"入库任务异常\"},{\"key\":\"300\",\"value\":\"新建移库任务\"},{\"key\":\"310\",\"value\":\"移库任务完成\"},{\"key\":\"100\",\"value\":\"新建\"},{\"key\":\"130\",\"value\":\"堆垛机出库执行中\"},{\"key\":\"135\",\"value\":\"堆垛机出库完成\"},{\"key\":\"140\",\"value\":\"移库任务执行中\"},{\"key\":\"145\",\"value\":\"移库任务执行中\"},{\"key\":\"190\",\"value\":\"出库任务完成\"},{\"key\":\"198\",\"value\":\"出库任务取消\"},{\"key\":\"199\",\"value\":\"出库任务异常\"},{\"key\":\"500\",\"value\":\"新建\"},{\"key\":\"510\",\"value\":\"执行中\"},{\"key\":\"520\",\"value\":\"完成\"}]},{\"DicNo\":\"outboundStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"未开始\"},{\"key\":\"1\",\"value\":\"出库中\"},{\"key\":\"2\",\"value\":\"出库完成\"},{\"key\":\"98\",\"value\":\"取消\"},{\"key\":\"99\",\"value\":\"关闭\"}]},{\"DicNo\":\"orderDetailStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"新建\"},{\"key\":\"10\",\"value\":\"组盘入库\"},{\"key\":\"60\",\"value\":\"出库部分分配完成\"},{\"key\":\"70\",\"value\":\"出库分配完成\"},{\"key\":\"80\",\"value\":\"出库中\"},{\"key\":\"100\",\"value\":\"完成\"}]},{\"DicNo\":\"stockStatusEmun\",\"Config\":\"\",\"Data\":[{\"key\":\"1\",\"value\":\"组盘暂存\"},{\"key\":\"2\",\"value\":\"组盘撤销\"},{\"key\":\"3\",\"value\":\"入库确认\"},{\"key\":\"4\",\"value\":\"入库撤销\"},{\"key\":\"5\",\"value\":\"已入库\"},{\"key\":\"6\",\"value\":\"入库完成\"},{\"key\":\"7\",\"value\":\"出库锁定\"},{\"key\":\"8\",\"value\":\"出库完成\"},{\"key\":\"9\",\"value\":\"移库锁定\"}]},{\"DicNo\":\"stockChangeType\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"组盘\"},{\"key\":\"1\",\"value\":\"入库\"},{\"key\":\"2\",\"value\":\"出库\"},{\"key\":\"3\",\"value\":\"移库\"},{\"key\":\"4\",\"value\":\"锁定\"}]},{\"DicNo\":\"outStockStatus\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"已分配\"},{\"key\":\"1\",\"value\":\"出库中\"},{\"key\":\"2\",\"value\":\"出库完成\"},{\"key\":\"99\",\"value\":\"撤销\"}]}]"}
--------------------------------
2024/11/21 23:20:46|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:46 482","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"55ms","ResponseTime":"2024-11-21 11:20:46 538","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:20:46|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:46 459","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"79ms","ResponseTime":"2024-11-21 11:20:46 539","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:20:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:53 995","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-21 11:20:54 002","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:20:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:20:53 995","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"8ms","ResponseTime":"2024-11-21 11:20:54 003","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:21:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:03 787","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"262ms","ResponseTime":"2024-11-21 11:21:04 050","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:03 787","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"401ms","ResponseTime":"2024-11-21 11:21:04 188","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:03 780","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"555ms","ResponseTime":"2024-11-21 11:21:04 336","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:04 340","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"127ms","ResponseTime":"2024-11-21 11:21:04 468","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:04 337","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"306ms","ResponseTime":"2024-11-21 11:21:04 643","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:04 972","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType != 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-21 11:21:04 978","ResponseJsonData":"[{\"Id\":96,\"PalletCode\":\"KTP1114120701\",\"MaterialType\":2,\"LocationCode\":\"R01-001-040-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T12:08:00\"},{\"Id\":100,\"PalletCode\":\"KTP1114120705\",\"MaterialType\":2,\"LocationCode\":\"R01-001-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T15:27:00.347\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"}]"}
--------------------------------
2024/11/21 23:21:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:04 983","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"170ms","ResponseTime":"2024-11-21 11:21:05 153","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:04 982","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"313ms","ResponseTime":"2024-11-21 11:21:05 296","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:04 980","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"492ms","ResponseTime":"2024-11-21 11:21:05 472","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:05 476","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"133ms","ResponseTime":"2024-11-21 11:21:05 610","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:05 474","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"324ms","ResponseTime":"2024-11-21 11:21:05 799","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:06 128","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"19ms","ResponseTime":"2024-11-21 11:21:06 148","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 23:21:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:06 152","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"131ms","ResponseTime":"2024-11-21 11:21:06 284","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:06 152","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"309ms","ResponseTime":"2024-11-21 11:21:06 462","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:06 150","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"488ms","ResponseTime":"2024-11-21 11:21:06 638","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:06 646","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"147ms","ResponseTime":"2024-11-21 11:21:06 793","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:06 642","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"338ms","ResponseTime":"2024-11-21 11:21:06 980","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:21:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:21:07 282","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"13ms","ResponseTime":"2024-11-21 11:21:07 295","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}
--------------------------------
2024/11/21 23:23:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:10 931","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"246ms","ResponseTime":"2024-11-21 11:23:11 178","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:10 930","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"401ms","ResponseTime":"2024-11-21 11:23:11 332","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:10 922","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"578ms","ResponseTime":"2024-11-21 11:23:11 500","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:11 504","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"121ms","ResponseTime":"2024-11-21 11:23:11 625","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:11 502","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"280ms","ResponseTime":"2024-11-21 11:23:11 782","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:12 112","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType == 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"763ms","ResponseTime":"2024-11-21 11:23:12 876","ResponseJsonData":"[{\"Id\":76,\"PalletCode\":\"FK240806D1#31\",\"MaterialType\":0,\"LocationCode\":\"R02-001-006-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.43\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.31\"},{\"Id\":77,\"PalletCode\":\"FK240806D1#23\",\"MaterialType\":0,\"LocationCode\":\"R02-001-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.117\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.86\"},{\"Id\":78,\"PalletCode\":\"FK240806D1#18\",\"MaterialType\":0,\"LocationCode\":\"R02-003-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.81\"},{\"Id\":79,\"PalletCode\":\"FK240806D1#27\",\"MaterialType\":0,\"LocationCode\":\"R02-001-002-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.793\"},{\"Id\":81,\"PalletCode\":\"FK240806D1#25\",\"MaterialType\":0,\"LocationCode\":\"R02-004-002-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.137\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.667\"},{\"Id\":82,\"PalletCode\":\"FK240806D1#14\",\"MaterialType\":0,\"LocationCode\":\"R02-002-002-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.667\"},{\"Id\":83,\"PalletCode\":\"FK240806D1#11\",\"MaterialType\":0,\"LocationCode\":\"R02-003-002-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.38\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.527\"},{\"Id\":84,\"PalletCode\":\"FK240806D1#15\",\"MaterialType\":0,\"LocationCode\":\"R02-001-003-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.573\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.53\"},{\"Id\":85,\"PalletCode\":\"FK240806D1#19\",\"MaterialType\":0,\"LocationCode\":\"R02-004-003-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.34\"},{\"Id\":86,\"PalletCode\":\"FK240806D1#26\",\"MaterialType\":0,\"LocationCode\":\"R02-002-003-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.09\"},{\"Id\":87,\"PalletCode\":\"FK240806D1#09\",\"MaterialType\":0,\"LocationCode\":\"R02-003-003-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.01\"},{\"Id\":88,\"PalletCode\":\"FK240806D1#07\",\"MaterialType\":0,\"LocationCode\":\"R02-001-004-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.237\"},{\"Id\":89,\"PalletCode\":\"FK240806D1#05\",\"MaterialType\":0,\"LocationCode\":\"R02-004-004-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.483\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.2\"},{\"Id\":90,\"PalletCode\":\"FK240806D1#03\",\"MaterialType\":0,\"LocationCode\":\"R02-002-004-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.96\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"}]"}
--------------------------------
2024/11/21 23:23:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:12 883","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"155ms","ResponseTime":"2024-11-21 11:23:13 038","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:12 882","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"295ms","ResponseTime":"2024-11-21 11:23:13 177","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:12 879","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"454ms","ResponseTime":"2024-11-21 11:23:13 333","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:13 337","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"121ms","ResponseTime":"2024-11-21 11:23:13 459","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:13|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:13 335","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"333ms","ResponseTime":"2024-11-21 11:23:13 668","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:13 997","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"30ms","ResponseTime":"2024-11-21 11:23:14 027","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 23:23:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:14 033","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"146ms","ResponseTime":"2024-11-21 11:23:14 179","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:14 031","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"284ms","ResponseTime":"2024-11-21 11:23:14 315","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:14 029","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"445ms","ResponseTime":"2024-11-21 11:23:14 474","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:14 478","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"127ms","ResponseTime":"2024-11-21 11:23:14 606","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:14|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:14 476","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"285ms","ResponseTime":"2024-11-21 11:23:14 762","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:23:15|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:15 069","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"11ms","ResponseTime":"2024-11-21 11:23:15 081","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}
--------------------------------
2024/11/21 23:23:15|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:23:15 096","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetTaskNum","RequestParamsName":"【携带的参数有】:SeqTaskNum","RequestParamsData":"[\"SeqTaskNum\"]","ResponseIntervalTime":"12ms","ResponseTime":"2024-11-21 11:23:15 108","ResponseJsonData":"80"}
--------------------------------
2024/11/21 23:24:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:48 144","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"234ms","ResponseTime":"2024-11-21 11:24:48 378","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:48 143","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"398ms","ResponseTime":"2024-11-21 11:24:48 542","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:48 130","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"612ms","ResponseTime":"2024-11-21 11:24:48 742","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:48 747","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"147ms","ResponseTime":"2024-11-21 11:24:48 895","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:48 744","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"316ms","ResponseTime":"2024-11-21 11:24:49 060","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:49 420","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType == 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"818ms","ResponseTime":"2024-11-21 11:24:50 238","ResponseJsonData":"[{\"Id\":76,\"PalletCode\":\"FK240806D1#31\",\"MaterialType\":0,\"LocationCode\":\"R02-001-006-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.43\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.31\"},{\"Id\":77,\"PalletCode\":\"FK240806D1#23\",\"MaterialType\":0,\"LocationCode\":\"R02-001-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.117\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.86\"},{\"Id\":78,\"PalletCode\":\"FK240806D1#18\",\"MaterialType\":0,\"LocationCode\":\"R02-003-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.81\"},{\"Id\":79,\"PalletCode\":\"FK240806D1#27\",\"MaterialType\":0,\"LocationCode\":\"R02-001-002-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.793\"},{\"Id\":81,\"PalletCode\":\"FK240806D1#25\",\"MaterialType\":0,\"LocationCode\":\"R02-004-002-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.137\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.667\"},{\"Id\":82,\"PalletCode\":\"FK240806D1#14\",\"MaterialType\":0,\"LocationCode\":\"R02-002-002-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.667\"},{\"Id\":83,\"PalletCode\":\"FK240806D1#11\",\"MaterialType\":0,\"LocationCode\":\"R02-003-002-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.38\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.527\"},{\"Id\":84,\"PalletCode\":\"FK240806D1#15\",\"MaterialType\":0,\"LocationCode\":\"R02-001-003-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.573\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.53\"},{\"Id\":85,\"PalletCode\":\"FK240806D1#19\",\"MaterialType\":0,\"LocationCode\":\"R02-004-003-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.34\"},{\"Id\":86,\"PalletCode\":\"FK240806D1#26\",\"MaterialType\":0,\"LocationCode\":\"R02-002-003-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.09\"},{\"Id\":87,\"PalletCode\":\"FK240806D1#09\",\"MaterialType\":0,\"LocationCode\":\"R02-003-003-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.01\"},{\"Id\":88,\"PalletCode\":\"FK240806D1#07\",\"MaterialType\":0,\"LocationCode\":\"R02-001-004-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.237\"},{\"Id\":89,\"PalletCode\":\"FK240806D1#05\",\"MaterialType\":0,\"LocationCode\":\"R02-004-004-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.483\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.2\"},{\"Id\":90,\"PalletCode\":\"FK240806D1#03\",\"MaterialType\":0,\"LocationCode\":\"R02-002-004-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.96\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"}]"}
--------------------------------
2024/11/21 23:24:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:50 244","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"149ms","ResponseTime":"2024-11-21 11:24:50 393","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:50 243","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"276ms","ResponseTime":"2024-11-21 11:24:50 520","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:50 241","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"449ms","ResponseTime":"2024-11-21 11:24:50 690","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:50 695","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"161ms","ResponseTime":"2024-11-21 11:24:50 856","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:50 692","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"353ms","ResponseTime":"2024-11-21 11:24:51 045","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:51 358","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"31ms","ResponseTime":"2024-11-21 11:24:51 389","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 23:24:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:51 397","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"137ms","ResponseTime":"2024-11-21 11:24:51 534","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:51 395","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"269ms","ResponseTime":"2024-11-21 11:24:51 665","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:51 392","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"414ms","ResponseTime":"2024-11-21 11:24:51 806","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:51 809","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"134ms","ResponseTime":"2024-11-21 11:24:51 944","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:51 808","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"303ms","ResponseTime":"2024-11-21 11:24:52 111","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:24:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:52 453","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"13ms","ResponseTime":"2024-11-21 11:24:52 467","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}
--------------------------------
2024/11/21 23:24:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:24:55 597","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetTaskNum","RequestParamsName":"【携带的参数有】:SeqTaskNum","RequestParamsData":"[\"SeqTaskNum\"]","ResponseIntervalTime":"10ms","ResponseTime":"2024-11-21 11:24:55 607","ResponseJsonData":"81"}
--------------------------------
2024/11/21 23:26:03|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:02 540","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"310ms","ResponseTime":"2024-11-21 11:26:03 850","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:26:03|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:02 494","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"376ms","ResponseTime":"2024-11-21 11:26:03 870","ResponseJsonData":"{\"Total\":46,\"Rows\":[{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":128,\"PalletCode\":\"KTP1141143433\",\"MaterialType\":2,\"LocationCode\":\"R01-001-001-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"wms\",\"CreateDate\":\"2024-11-14T14:34:46\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:51:44.907\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":125,\"PalletCode\":\"KTP1114141193\",\"MaterialType\":2,\"LocationCode\":\"R01-001-035-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:11:42\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.34\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":123,\"PalletCode\":\"KTP1114120728\",\"MaterialType\":2,\"LocationCode\":\"R01-004-011-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:17.96\"},{\"Id\":122,\"PalletCode\":\"KTP1114120727\",\"MaterialType\":2,\"LocationCode\":\"R01-004-010-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.987\"},{\"Id\":121,\"PalletCode\":\"KTP1114120726\",\"MaterialType\":2,\"LocationCode\":\"R01-004-009-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16.96\"},{\"Id\":120,\"PalletCode\":\"KTP1114120725\",\"MaterialType\":2,\"LocationCode\":\"R01-004-008-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:16\"},{\"Id\":119,\"PalletCode\":\"KTP1114120724\",\"MaterialType\":2,\"LocationCode\":\"R01-004-007-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:15.97\"},{\"Id\":118,\"PalletCode\":\"KTP1114120723\",\"MaterialType\":2,\"LocationCode\":\"R01-004-006-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.977\"},{\"Id\":117,\"PalletCode\":\"KTP1114120722\",\"MaterialType\":2,\"LocationCode\":\"R01-004-005-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.957\"},{\"Id\":116,\"PalletCode\":\"KTP1114120721\",\"MaterialType\":2,\"LocationCode\":\"R01-004-004-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:14.043\"},{\"Id\":115,\"PalletCode\":\"KTP1114120720\",\"MaterialType\":2,\"LocationCode\":\"R01-004-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:13.987\"},{\"Id\":114,\"PalletCode\":\"KTP1114120719\",\"MaterialType\":2,\"LocationCode\":\"R01-004-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.973\"},{\"Id\":113,\"PalletCode\":\"KTP1114120718\",\"MaterialType\":2,\"LocationCode\":\"R01-003-010-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:12.947\"},{\"Id\":112,\"PalletCode\":\"KTP1114120717\",\"MaterialType\":2,\"LocationCode\":\"R01-003-009-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.983\"},{\"Id\":111,\"PalletCode\":\"KTP1114120716\",\"MaterialType\":2,\"LocationCode\":\"R01-003-008-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:11.963\"},{\"Id\":110,\"PalletCode\":\"KTP1114120715\",\"MaterialType\":2,\"LocationCode\":\"R01-003-007-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.98\"},{\"Id\":109,\"PalletCode\":\"KTP1114120714\",\"MaterialType\":2,\"LocationCode\":\"R01-003-006-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.96\"},{\"Id\":108,\"PalletCode\":\"KTP1114120713\",\"MaterialType\":2,\"LocationCode\":\"R01-003-005-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:10.017\"},{\"Id\":107,\"PalletCode\":\"KTP1114120712\",\"MaterialType\":2,\"LocationCode\":\"R01-003-004-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.997\"},{\"Id\":106,\"PalletCode\":\"KTP1114120711\",\"MaterialType\":2,\"LocationCode\":\"R01-003-003-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09.02\"},{\"Id\":105,\"PalletCode\":\"KTP1114120710\",\"MaterialType\":2,\"LocationCode\":\"R01-003-002-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:09\"},{\"Id\":104,\"PalletCode\":\"KTP1114120709\",\"MaterialType\":2,\"LocationCode\":\"R01-003-001-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:35:07.993\"},{\"Id\":103,\"PalletCode\":\"KTP1114120708\",\"MaterialType\":2,\"LocationCode\":\"R01-001-003-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":\"\",\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T11:10:42.603\"},{\"Id\":102,\"PalletCode\":\"KTP1114120707\",\"MaterialType\":2,\"LocationCode\":\"R01-001-002-001-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:56:11.913\"},{\"Id\":101,\"PalletCode\":\"KTP1114120706\",\"MaterialType\":2,\"LocationCode\":\"R01-002-011-001-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":8.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T12:07:58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T08:52:13.853\"}],\"Summary\":null}"}
--------------------------------
2024/11/21 23:26:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:06 895","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"201ms","ResponseTime":"2024-11-21 11:26:07 096","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:06 894","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"313ms","ResponseTime":"2024-11-21 11:26:07 208","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:06 887","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"447ms","ResponseTime":"2024-11-21 11:26:07 335","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:07 338","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"111ms","ResponseTime":"2024-11-21 11:26:07 450","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:07 337","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"242ms","ResponseTime":"2024-11-21 11:26:07 579","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:07 849","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.StockStatus == 5) AndAlso (x.MaterialType == 0))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"75ms","ResponseTime":"2024-11-21 11:26:07 924","ResponseJsonData":"[{\"Id\":76,\"PalletCode\":\"FK240806D1#31\",\"MaterialType\":0,\"LocationCode\":\"R02-001-006-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.43\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.31\"},{\"Id\":77,\"PalletCode\":\"FK240806D1#23\",\"MaterialType\":0,\"LocationCode\":\"R02-001-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.117\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.86\"},{\"Id\":78,\"PalletCode\":\"FK240806D1#18\",\"MaterialType\":0,\"LocationCode\":\"R02-003-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.81\"},{\"Id\":79,\"PalletCode\":\"FK240806D1#27\",\"MaterialType\":0,\"LocationCode\":\"R02-001-002-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.793\"},{\"Id\":81,\"PalletCode\":\"FK240806D1#25\",\"MaterialType\":0,\"LocationCode\":\"R02-004-002-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.137\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.667\"},{\"Id\":82,\"PalletCode\":\"FK240806D1#14\",\"MaterialType\":0,\"LocationCode\":\"R02-002-002-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.667\"},{\"Id\":83,\"PalletCode\":\"FK240806D1#11\",\"MaterialType\":0,\"LocationCode\":\"R02-003-002-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.38\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.527\"},{\"Id\":84,\"PalletCode\":\"FK240806D1#15\",\"MaterialType\":0,\"LocationCode\":\"R02-001-003-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.573\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.53\"},{\"Id\":85,\"PalletCode\":\"FK240806D1#19\",\"MaterialType\":0,\"LocationCode\":\"R02-004-003-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.34\"},{\"Id\":86,\"PalletCode\":\"FK240806D1#26\",\"MaterialType\":0,\"LocationCode\":\"R02-002-003-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.09\"},{\"Id\":87,\"PalletCode\":\"FK240806D1#09\",\"MaterialType\":0,\"LocationCode\":\"R02-003-003-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.01\"},{\"Id\":88,\"PalletCode\":\"FK240806D1#07\",\"MaterialType\":0,\"LocationCode\":\"R02-001-004-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.237\"},{\"Id\":89,\"PalletCode\":\"FK240806D1#05\",\"MaterialType\":0,\"LocationCode\":\"R02-004-004-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.483\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.2\"},{\"Id\":90,\"PalletCode\":\"FK240806D1#03\",\"MaterialType\":0,\"LocationCode\":\"R02-002-004-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.96\"},{\"Id\":124,\"PalletCode\":\"FK240806D1#01\",\"MaterialType\":0,\"LocationCode\":\"R02-001-001-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.66\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.087\"},{\"Id\":126,\"PalletCode\":\"FK240806D1#32\",\"MaterialType\":0,\"LocationCode\":\"R02-002-001-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.337\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.597\"},{\"Id\":127,\"PalletCode\":\"FK240806D1#21\",\"MaterialType\":0,\"LocationCode\":\"R02-004-005-002-02\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.177\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.313\"},{\"Id\":129,\"PalletCode\":\"FK240806D1#28\",\"MaterialType\":0,\"LocationCode\":\"R02-002-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":0.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.46\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:59.747\"},{\"Id\":130,\"PalletCode\":\"FK240806D1#12\",\"MaterialType\":0,\"LocationCode\":\"R02-003-005-002-01\",\"IsFull\":true,\"StockStatus\":5,\"Materialweight\":1.00,\"Remark\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.567\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:08.433\"}]"}
--------------------------------
2024/11/21 23:26:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:07 929","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"111ms","ResponseTime":"2024-11-21 11:26:08 041","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:07 929","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"231ms","ResponseTime":"2024-11-21 11:26:08 161","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:07 926","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"378ms","ResponseTime":"2024-11-21 11:26:08 305","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:08 309","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"112ms","ResponseTime":"2024-11-21 11:26:08 421","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:08 307","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"250ms","ResponseTime":"2024-11-21 11:26:08 557","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:08 815","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == Convert(InStock, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"30ms","ResponseTime":"2024-11-21 11:26:08 846","ResponseJsonData":"[{\"Id\":11503,\"AreaId\":0,\"LocationCode\":\"R02-001-001-001-02\",\"LocationName\":\"R02巷道001行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11504,\"AreaId\":0,\"LocationCode\":\"R02-001-001-002-02\",\"LocationName\":\"R02巷道001行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.957\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.11\"},{\"Id\":11514,\"AreaId\":0,\"LocationCode\":\"R02-001-002-001-02\",\"LocationName\":\"R02巷道001行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11515,\"AreaId\":0,\"LocationCode\":\"R02-001-002-002-02\",\"LocationName\":\"R02巷道001行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.967\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.807\"},{\"Id\":11525,\"AreaId\":0,\"LocationCode\":\"R02-001-003-001-02\",\"LocationName\":\"R02巷道001行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11526,\"AreaId\":0,\"LocationCode\":\"R02-001-003-002-02\",\"LocationName\":\"R02巷道001行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.987\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.543\"},{\"Id\":11536,\"AreaId\":0,\"LocationCode\":\"R02-001-004-001-02\",\"LocationName\":\"R02巷道001行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11537,\"AreaId\":0,\"LocationCode\":\"R02-001-004-002-02\",\"LocationName\":\"R02巷道001行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:31.997\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.253\"},{\"Id\":11547,\"AreaId\":0,\"LocationCode\":\"R02-001-005-001-02\",\"LocationName\":\"R02巷道001行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.007\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11548,\"AreaId\":0,\"LocationCode\":\"R02-001-005-002-02\",\"LocationName\":\"R02巷道001行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.01\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T17:11:53.66\"},{\"Id\":11558,\"AreaId\":0,\"LocationCode\":\"R02-001-006-001-02\",\"LocationName\":\"R02巷道001行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.017\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11559,\"AreaId\":0,\"LocationCode\":\"R02-001-006-002-02\",\"LocationName\":\"R02巷道001行006列002层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.02\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.33\"},{\"Id\":11569,\"AreaId\":0,\"LocationCode\":\"R02-001-007-001-02\",\"LocationName\":\"R02巷道001行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11580,\"AreaId\":0,\"LocationCode\":\"R02-001-008-001-02\",\"LocationName\":\"R02巷道001行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11591,\"AreaId\":0,\"LocationCode\":\"R02-001-009-001-02\",\"LocationName\":\"R02巷道001行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11602,\"AreaId\":0,\"LocationCode\":\"R02-001-010-001-02\",\"LocationName\":\"R02巷道001行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11613,\"AreaId\":0,\"LocationCode\":\"R02-001-011-001-02\",\"LocationName\":\"R02巷道001行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11624,\"AreaId\":0,\"LocationCode\":\"R02-001-012-001-02\",\"LocationName\":\"R02巷道001行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.097\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11635,\"AreaId\":0,\"LocationCode\":\"R02-001-013-001-02\",\"LocationName\":\"R02巷道001行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.107\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11646,\"AreaId\":0,\"LocationCode\":\"R02-001-014-001-02\",\"LocationName\":\"R02巷道001行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11657,\"AreaId\":0,\"LocationCode\":\"R02-001-015-001-02\",\"LocationName\":\"R02巷道001行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.13\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11668,\"AreaId\":0,\"LocationCode\":\"R02-001-016-001-02\",\"LocationName\":\"R02巷道001行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.143\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11679,\"AreaId\":0,\"LocationCode\":\"R02-001-017-001-02\",\"LocationName\":\"R02巷道001行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.157\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11690,\"AreaId\":0,\"LocationCode\":\"R02-001-018-001-02\",\"LocationName\":\"R02巷道001行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.167\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11701,\"AreaId\":0,\"LocationCode\":\"R02-001-019-001-02\",\"LocationName\":\"R02巷道001行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.177\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11712,\"AreaId\":0,\"LocationCode\":\"R02-001-020-001-02\",\"LocationName\":\"R02巷道001行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.187\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11723,\"AreaId\":0,\"LocationCode\":\"R02-001-021-001-02\",\"LocationName\":\"R02巷道001行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.197\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11734,\"AreaId\":0,\"LocationCode\":\"R02-001-022-001-02\",\"LocationName\":\"R02巷道001行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11745,\"AreaId\":0,\"LocationCode\":\"R02-001-023-001-02\",\"LocationName\":\"R02巷道001行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.217\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11756,\"AreaId\":0,\"LocationCode\":\"R02-001-024-001-02\",\"LocationName\":\"R02巷道001行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.23\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11767,\"AreaId\":0,\"LocationCode\":\"R02-001-025-001-02\",\"LocationName\":\"R02巷道001行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.243\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11778,\"AreaId\":0,\"LocationCode\":\"R02-001-026-001-02\",\"LocationName\":\"R02巷道001行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.257\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11789,\"AreaId\":0,\"LocationCode\":\"R02-002-001-001-01\",\"LocationName\":\"R02巷道002行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.27\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11790,\"AreaId\":0,\"LocationCode\":\"R02-002-001-002-01\",\"LocationName\":\"R02巷道002行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.273\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.603\"},{\"Id\":11800,\"AreaId\":0,\"LocationCode\":\"R02-002-002-001-01\",\"LocationName\":\"R02巷道002行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.28\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11801,\"AreaId\":0,\"LocationCode\":\"R02-002-002-002-01\",\"LocationName\":\"R02巷道002行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.283\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.677\"},{\"Id\":11811,\"AreaId\":0,\"LocationCode\":\"R02-002-003-001-01\",\"LocationName\":\"R02巷道002行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11812,\"AreaId\":0,\"LocationCode\":\"R02-002-003-002-01\",\"LocationName\":\"R02巷道002行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.293\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.117\"},{\"Id\":11822,\"AreaId\":0,\"LocationCode\":\"R02-002-004-001-01\",\"LocationName\":\"R02巷道002行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11823,\"AreaId\":0,\"LocationCode\":\"R02-002-004-002-01\",\"LocationName\":\"R02巷道002行004列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.307\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.967\"},{\"Id\":11833,\"AreaId\":0,\"LocationCode\":\"R02-002-005-001-01\",\"LocationName\":\"R02巷道002行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11834,\"AreaId\":0,\"LocationCode\":\"R02-002-005-002-01\",\"LocationName\":\"R02巷道002行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.317\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:54:58.313\"},{\"Id\":11844,\"AreaId\":0,\"LocationCode\":\"R02-002-006-001-01\",\"LocationName\":\"R02巷道002行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.327\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11855,\"AreaId\":0,\"LocationCode\":\"R02-002-007-001-01\",\"LocationName\":\"R02巷道002行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11866,\"AreaId\":0,\"LocationCode\":\"R02-002-008-001-01\",\"LocationName\":\"R02巷道002行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.347\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11877,\"AreaId\":0,\"LocationCode\":\"R02-002-009-001-01\",\"LocationName\":\"R02巷道002行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.36\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11888,\"AreaId\":0,\"LocationCode\":\"R02-002-010-001-01\",\"LocationName\":\"R02巷道002行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.37\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11899,\"AreaId\":0,\"LocationCode\":\"R02-002-011-001-01\",\"LocationName\":\"R02巷道002行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.38\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11910,\"AreaId\":0,\"LocationCode\":\"R02-002-012-001-01\",\"LocationName\":\"R02巷道002行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.39\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11921,\"AreaId\":0,\"LocationCode\":\"R02-002-013-001-01\",\"LocationName\":\"R02巷道002行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.4\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11932,\"AreaId\":0,\"LocationCode\":\"R02-002-014-001-01\",\"LocationName\":\"R02巷道002行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11943,\"AreaId\":0,\"LocationCode\":\"R02-002-015-001-01\",\"LocationName\":\"R02巷道002行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11954,\"AreaId\":0,\"LocationCode\":\"R02-002-016-001-01\",\"LocationName\":\"R02巷道002行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11965,\"AreaId\":0,\"LocationCode\":\"R02-002-017-001-01\",\"LocationName\":\"R02巷道002行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.443\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11976,\"AreaId\":0,\"LocationCode\":\"R02-002-018-001-01\",\"LocationName\":\"R02巷道002行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.453\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11987,\"AreaId\":0,\"LocationCode\":\"R02-002-019-001-01\",\"LocationName\":\"R02巷道002行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.467\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11998,\"AreaId\":0,\"LocationCode\":\"R02-002-020-001-01\",\"LocationName\":\"R02巷道002行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.48\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12009,\"AreaId\":0,\"LocationCode\":\"R02-002-021-001-01\",\"LocationName\":\"R02巷道002行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.493\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12020,\"AreaId\":0,\"LocationCode\":\"R02-002-022-001-01\",\"LocationName\":\"R02巷道002行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.507\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12031,\"AreaId\":0,\"LocationCode\":\"R02-002-023-001-01\",\"LocationName\":\"R02巷道002行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.517\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12042,\"AreaId\":0,\"LocationCode\":\"R02-002-024-001-01\",\"LocationName\":\"R02巷道002行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.527\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12053,\"AreaId\":0,\"LocationCode\":\"R02-002-025-001-01\",\"LocationName\":\"R02巷道002行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.54\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12064,\"AreaId\":0,\"LocationCode\":\"R02-002-026-001-01\",\"LocationName\":\"R02巷道002行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.547\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12075,\"AreaId\":0,\"LocationCode\":\"R02-003-001-001-01\",\"LocationName\":\"R02巷道003行001列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12076,\"AreaId\":0,\"LocationCode\":\"R02-003-001-002-01\",\"LocationName\":\"R02巷道003行001列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":1,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.56\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.823\"},{\"Id\":12086,\"AreaId\":0,\"LocationCode\":\"R02-003-002-001-01\",\"LocationName\":\"R02巷道003行002列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12087,\"AreaId\":0,\"LocationCode\":\"R02-003-002-002-01\",\"LocationName\":\"R02巷道003行002列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.57\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.55\"},{\"Id\":12097,\"AreaId\":0,\"LocationCode\":\"R02-003-003-001-01\",\"LocationName\":\"R02巷道003行003列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12098,\"AreaId\":0,\"LocationCode\":\"R02-003-003-002-01\",\"LocationName\":\"R02巷道003行003列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.58\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.02\"},{\"Id\":12108,\"AreaId\":0,\"LocationCode\":\"R02-003-004-001-01\",\"LocationName\":\"R02巷道003行004列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.59\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12119,\"AreaId\":0,\"LocationCode\":\"R02-003-005-001-01\",\"LocationName\":\"R02巷道003行005列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12120,\"AreaId\":0,\"LocationCode\":\"R02-003-005-002-01\",\"LocationName\":\"R02巷道003行005列002层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.6\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:07.283\"},{\"Id\":12130,\"AreaId\":0,\"LocationCode\":\"R02-003-006-001-01\",\"LocationName\":\"R02巷道003行006列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.61\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12141,\"AreaId\":0,\"LocationCode\":\"R02-003-007-001-01\",\"LocationName\":\"R02巷道003行007列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.617\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12152,\"AreaId\":0,\"LocationCode\":\"R02-003-008-001-01\",\"LocationName\":\"R02巷道003行008列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.63\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12163,\"AreaId\":0,\"LocationCode\":\"R02-003-009-001-01\",\"LocationName\":\"R02巷道003行009列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.64\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12174,\"AreaId\":0,\"LocationCode\":\"R02-003-010-001-01\",\"LocationName\":\"R02巷道003行010列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.65\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12185,\"AreaId\":0,\"LocationCode\":\"R02-003-011-001-01\",\"LocationName\":\"R02巷道003行011列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.66\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12196,\"AreaId\":0,\"LocationCode\":\"R02-003-012-001-01\",\"LocationName\":\"R02巷道003行012列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.673\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12207,\"AreaId\":0,\"LocationCode\":\"R02-003-013-001-01\",\"LocationName\":\"R02巷道003行013列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12218,\"AreaId\":0,\"LocationCode\":\"R02-003-014-001-01\",\"LocationName\":\"R02巷道003行014列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12229,\"AreaId\":0,\"LocationCode\":\"R02-003-015-001-01\",\"LocationName\":\"R02巷道003行015列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12240,\"AreaId\":0,\"LocationCode\":\"R02-003-016-001-01\",\"LocationName\":\"R02巷道003行016列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12251,\"AreaId\":0,\"LocationCode\":\"R02-003-017-001-01\",\"LocationName\":\"R02巷道003行017列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12262,\"AreaId\":0,\"LocationCode\":\"R02-003-018-001-01\",\"LocationName\":\"R02巷道003行018列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12273,\"AreaId\":0,\"LocationCode\":\"R02-003-019-001-01\",\"LocationName\":\"R02巷道003行019列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12284,\"AreaId\":0,\"LocationCode\":\"R02-003-020-001-01\",\"LocationName\":\"R02巷道003行020列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":20,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12295,\"AreaId\":0,\"LocationCode\":\"R02-003-021-001-01\",\"LocationName\":\"R02巷道003行021列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":21,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12306,\"AreaId\":0,\"LocationCode\":\"R02-003-022-001-01\",\"LocationName\":\"R02巷道003行022列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":22,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12317,\"AreaId\":0,\"LocationCode\":\"R02-003-023-001-01\",\"LocationName\":\"R02巷道003行023列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":23,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12328,\"AreaId\":0,\"LocationCode\":\"R02-003-024-001-01\",\"LocationName\":\"R02巷道003行024列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":24,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12339,\"AreaId\":0,\"LocationCode\":\"R02-003-025-001-01\",\"LocationName\":\"R02巷道003行025列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":25,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12350,\"AreaId\":0,\"LocationCode\":\"R02-003-026-001-01\",\"LocationName\":\"R02巷道003行026列001层01深\",\"RoadwayNo\":\"2\",\"Row\":3,\"Column\":26,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12361,\"AreaId\":0,\"LocationCode\":\"R02-004-001-001-02\",\"LocationName\":\"R02巷道004行001列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12362,\"AreaId\":0,\"LocationCode\":\"R02-004-001-002-02\",\"LocationName\":\"R02巷道004行001列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":1,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.83\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:36:19.42\"},{\"Id\":12372,\"AreaId\":0,\"LocationCode\":\"R02-004-002-001-02\",\"LocationName\":\"R02巷道004行002列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12373,\"AreaId\":0,\"LocationCode\":\"R02-004-002-002-02\",\"LocationName\":\"R02巷道004行002列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":2,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.84\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.677\"},{\"Id\":12383,\"AreaId\":0,\"LocationCode\":\"R02-004-003-001-02\",\"LocationName\":\"R02巷道004行003列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.847\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12384,\"AreaId\":0,\"LocationCode\":\"R02-004-003-002-02\",\"LocationName\":\"R02巷道004行003列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":3,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.85\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.347\"},{\"Id\":12394,\"AreaId\":0,\"LocationCode\":\"R02-004-004-001-02\",\"LocationName\":\"R02巷道004行004列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12395,\"AreaId\":0,\"LocationCode\":\"R02-004-004-002-02\",\"LocationName\":\"R02巷道004行004列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":4,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.867\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.21\"},{\"Id\":12405,\"AreaId\":0,\"LocationCode\":\"R02-004-005-001-02\",\"LocationName\":\"R02巷道004行005列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12406,\"AreaId\":0,\"LocationCode\":\"R02-004-005-002-02\",\"LocationName\":\"R02巷道004行005列002层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":5,\"Layer\":2,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.877\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.323\"},{\"Id\":12416,\"AreaId\":0,\"LocationCode\":\"R02-004-006-001-02\",\"LocationName\":\"R02巷道004行006列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":6,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12427,\"AreaId\":0,\"LocationCode\":\"R02-004-007-001-02\",\"LocationName\":\"R02巷道004行007列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":7,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12438,\"AreaId\":0,\"LocationCode\":\"R02-004-008-001-02\",\"LocationName\":\"R02巷道004行008列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":8,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12449,\"AreaId\":0,\"LocationCode\":\"R02-004-009-001-02\",\"LocationName\":\"R02巷道004行009列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":9,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.927\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12460,\"AreaId\":0,\"LocationCode\":\"R02-004-010-001-02\",\"LocationName\":\"R02巷道004行010列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":10,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12471,\"AreaId\":0,\"LocationCode\":\"R02-004-011-001-02\",\"LocationName\":\"R02巷道004行011列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":11,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12482,\"AreaId\":0,\"LocationCode\":\"R02-004-012-001-02\",\"LocationName\":\"R02巷道004行012列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":12,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.967\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12493,\"AreaId\":0,\"LocationCode\":\"R02-004-013-001-02\",\"LocationName\":\"R02巷道004行013列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":13,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.977\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12504,\"AreaId\":0,\"LocationCode\":\"R02-004-014-001-02\",\"LocationName\":\"R02巷道004行014列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":14,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:32.99\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12515,\"AreaId\":0,\"LocationCode\":\"R02-004-015-001-02\",\"LocationName\":\"R02巷道004行015列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":15,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12526,\"AreaId\":0,\"LocationCode\":\"R02-004-016-001-02\",\"LocationName\":\"R02巷道004行016列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":16,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.013\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12537,\"AreaId\":0,\"LocationCode\":\"R02-004-017-001-02\",\"LocationName\":\"R02巷道004行017列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":17,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.027\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12548,\"AreaId\":0,\"LocationCode\":\"R02-004-018-001-02\",\"LocationName\":\"R02巷道004行018列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":18,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.037\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12559,\"AreaId\":0,\"LocationCode\":\"R02-004-019-001-02\",\"LocationName\":\"R02巷道004行019列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":19,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.047\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12570,\"AreaId\":0,\"LocationCode\":\"R02-004-020-001-02\",\"LocationName\":\"R02巷道004行020列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":20,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.06\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12581,\"AreaId\":0,\"LocationCode\":\"R02-004-021-001-02\",\"LocationName\":\"R02巷道004行021列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":21,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.07\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12592,\"AreaId\":0,\"LocationCode\":\"R02-004-022-001-02\",\"LocationName\":\"R02巷道004行022列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":22,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.083\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12603,\"AreaId\":0,\"LocationCode\":\"R02-004-023-001-02\",\"LocationName\":\"R02巷道004行023列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":23,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.093\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12614,\"AreaId\":0,\"LocationCode\":\"R02-004-024-001-02\",\"LocationName\":\"R02巷道004行024列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":24,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.103\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12625,\"AreaId\":0,\"LocationCode\":\"R02-004-025-001-02\",\"LocationName\":\"R02巷道004行025列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":25,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.12\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12636,\"AreaId\":0,\"LocationCode\":\"R02-004-026-001-02\",\"LocationName\":\"R02巷道004行026列001层02深\",\"RoadwayNo\":\"2\",\"Row\":4,\"Column\":26,\"Layer\":1,\"Depth\":2,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-08T09:04:33.13\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/21 23:26:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:08 853","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"120ms","ResponseTime":"2024-11-21 11:26:08 973","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:08 850","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"236ms","ResponseTime":"2024-11-21 11:26:09 087","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:08 848","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_StockInfoDetailService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"370ms","ResponseTime":"2024-11-21 11:26:09 219","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:09 223","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"116ms","ResponseTime":"2024-11-21 11:26:09 339","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:09 221","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"255ms","ResponseTime":"2024-11-21 11:26:09 476","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/21 23:26:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-21 11:26:09 724","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Status == 5)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in F:\\外出项目\\尖山\\11-1\\代码管理\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"10ms","ResponseTime":"2024-11-21 11:26:09 734","ResponseJsonData":"[{\"Id\":44,\"StockId\":76,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#31\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"31\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T12:16:36.497\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:49:15.317\"},{\"Id\":45,\"StockId\":77,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#23\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"23\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T13:44:48.12\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T13:49:34.863\"},{\"Id\":46,\"StockId\":18,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#18\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"18\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:00.68\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:04:39.813\"},{\"Id\":47,\"StockId\":79,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#27\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"27\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:00:49.51\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:10:08.797\"},{\"Id\":49,\"StockId\":81,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#25\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"25\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:15:17.14\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:17:56.67\"},{\"Id\":50,\"StockId\":82,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#14\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"14\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:16:05.587\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:21:42.673\"},{\"Id\":51,\"StockId\":83,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#11\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"11\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:18:39.383\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:43:52.543\"},{\"Id\":52,\"StockId\":84,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#15\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"15\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:43:21.593\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:48:08.533\"},{\"Id\":53,\"StockId\":85,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#19\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"19\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:47:22.297\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T14:51:52.343\"},{\"Id\":54,\"StockId\":86,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#26\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"26\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:51:08.597\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:28:53.107\"},{\"Id\":55,\"StockId\":87,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#09\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"09\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:52:14.583\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:30:46.013\"},{\"Id\":56,\"StockId\":88,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#07\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"07\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T14:54:36.637\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:32:51.24\"},{\"Id\":57,\"StockId\":89,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#05\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"05\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:31:50.487\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:35:00.203\"},{\"Id\":58,\"StockId\":90,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#03\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"03\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-13T15:35:30.507\",\"Modifier\":null,\"ModifyDate\":\"2024-11-13T15:37:58.963\"},{\"Id\":59,\"StockId\":124,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#01\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"01\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T13:33:30.673\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T13:37:15.093\"},{\"Id\":60,\"StockId\":126,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#32\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"32\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:20:20.353\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:23:09.6\"},{\"Id\":61,\"StockId\":127,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#21\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"21\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-14T14:21:32.18\",\"Modifier\":null,\"ModifyDate\":\"2024-11-14T14:25:09.317\"},{\"Id\":62,\"StockId\":129,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#28\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"28\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T10:56:11.467\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T22:55:01.027\"},{\"Id\":63,\"StockId\":130,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#12\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"12\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T11:33:07.57\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-19T23:19:09.62\"},{\"Id\":64,\"StockId\":131,\"MaterielCode\":\"FK\",\"MaterielName\":\"韩国EG(SKM-5C)氧化铁\",\"OrderNo\":\"FK240806D1#17\",\"BatchNo\":\"240806D1\",\"SerialNumber\":\"17\",\"StockQuantity\":1.00,\"OutboundQuantity\":1.00,\"Status\":5,\"Remark\":null,\"BatchNoName\":null,\"StockQuantityChangeRecord\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2024-11-15T16:47:55.767\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:51:05.99\"}]"}