forked from Chima-Anason/HRMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.reverse.properties
More file actions
1205 lines (1205 loc) · 32.7 KB
/
.reverse.properties
File metadata and controls
1205 lines (1205 loc) · 32.7 KB
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
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#
#Tue Oct 05 11:10:25 CST 2021
1099=com
1098=com.fh.service.system.headman.HeadmanManager.java
1096=com.fh.service.system.headman
1095=com.fh.service.system
1094=com.fh.service
1093=com.fh
1092=com
1091=com.fh.service.system.fhsms.impl.FhsmsService.java
1089=com.fh.service.system.fhsms.impl
1088=com.fh.service.system.fhsms
1087=com.fh.service.system
1086=com.fh.service
1085=com.fh
1084=com
1083=com.fh.service.system.fhsms.FhsmsManager.java
1081=com.fh.service.system.fhsms
1080=com.fh.service.system
1079=com.fh.service
1078=com.fh
1077=com
1076=com.fh.service.system.fhlog.impl.FHlogService.java
1074=com.fh.service.system.fhlog.impl
1073=com.fh.service.system.fhlog
1072=com.fh.service.system
1071=com.fh.service
1070=com.fh
199=com.fh.controller.fhoa
198=com.fh.controller
197=com.fh
196=com
195=com.fh.controller.fhoa.department.DepartmentController.java
193=com.fh.controller.fhoa.department
192=com.fh.controller.fhoa
191=com.fh.controller
190=com.fh
1069=com
1068=com.fh.service.system.fhlog.FHlogManager.java
1066=com.fh.service.system.fhlog
1065=com.fh.service.system
1064=com.fh.service
1063=com.fh
1062=com
1061=com.fh.service.system.fhbutton.impl.FhbuttonService.java
189=com
188=com.fh.controller.fhoa.datajur.DatajurController.java
186=com.fh.controller.fhoa.datajur
185=com.fh.controller.fhoa
184=com.fh.controller
183=com.fh
182=com
181=com.fh.controller.fhim.sysmsg.SysmsgController.java
1059=com.fh.service.system.fhbutton.impl
1058=com.fh.service.system.fhbutton
1057=com.fh.service.system
1056=com.fh.service
1055=com.fh
1054=com
1053=com.fh.service.system.fhbutton.FhbuttonManager.java
1051=com.fh.service.system.fhbutton
1050=com.fh.service.system
179=com.fh.controller.fhim.sysmsg
178=com.fh.controller.fhim
177=com.fh.controller
176=com.fh
175=com
174=com.fh.controller.fhim.qgroup.QgroupController.java
172=com.fh.controller.fhim.qgroup
171=com.fh.controller.fhim
170=com.fh.controller
1049=com.fh.service
1048=com.fh
1047=com
1046=com.fh.service.system.dictionaries.impl.DictionariesService.java
1044=com.fh.service.system.dictionaries.impl
1043=com.fh.service.system.dictionaries
1042=com.fh.service.system
1041=com.fh.service
1040=com.fh
169=com.fh
168=com
167=com.fh.controller.fhim.imstate.ImstateController.java
165=com.fh.controller.fhim.imstate
164=com.fh.controller.fhim
163=com.fh.controller
162=com.fh
161=com
160=com.fh.controller.fhim.hismsg.HismsgController.java
1039=com
1038=com.fh.service.system.dictionaries.DictionariesManager.java
1036=com.fh.service.system.dictionaries
1035=com.fh.service.system
1034=com.fh.service
1033=com.fh
1032=com
1031=com.fh.service.system.createcode.impl.CreateCodeService.java
158=com.fh.controller.fhim.hismsg
157=com.fh.controller.fhim
156=com.fh.controller
155=com.fh
154=com
153=com.fh.controller.fhim.friends.FriendsController.java
151=com.fh.controller.fhim.friends
150=com.fh.controller.fhim
1029=com.fh.service.system.createcode.impl
1028=com.fh.service.system.createcode
1027=com.fh.service.system
1026=com.fh.service
1387=com.fh.util.weixin.Weixin.java
1025=com.fh
1386=com.fh.util.weixin.MenuUtil.java
1024=com
1023=com.fh.service.system.createcode.CreateCodeManager.java
1384=com.fh.util.weixin
1383=com.fh.util
1021=com.fh.service.system.createcode
1382=com.fh
1020=com.fh.service.system
1381=com
1380=com.fh.util.mail.SimpleMailSender.java
149=com.fh.controller
148=com.fh
147=com
146=com.fh.controller.fhim.fgroup.FgroupController.java
144=com.fh.controller.fhim.fgroup
143=com.fh.controller.fhim
142=com.fh.controller
141=com.fh
140=com
1019=com.fh.service
1018=com.fh
1379=com.fh.util.mail.MyAuthenticator.java
1017=com
1378=com.fh.util.mail.MailSenderInfo.java
1016=com.fh.service.system.codeeditor.impl.CodeEditorService.java
1376=com.fh.util.mail
1014=com.fh.service.system.codeeditor.impl
1375=com.fh.util
1013=com.fh.service.system.codeeditor
1374=com.fh
1012=com.fh.service.system
1373=com
1011=com.fh.service
1372=com.fh.util.express.util.SignUtil.java
1010=com.fh
1371=com.fh.util.express.util.HttpUtil.java
1370=com.fh.util.express.util.MessageDigestUtil.java
139=com.fh.controller.fhim.AppImInterfaceController.java
138=com.fh.controller.fhim.ImInterfaceController.java
499=com.fh.dao.DaoSupport.java
136=com.fh.controller.fhim
498=com.fh.dao.DaoSupport2.java
135=com.fh.controller
497=com.fh.dao.AbstractBaseRedisDao.java
134=com.fh
496=com.fh.dao.DAO.java
133=com
132=com.fh.controller.fhdb.timingbackup.TimingBackUpController.java
494=com.fh.dao
131=com.fh.controller.fhdb.timingbackup.DbBackupQuartzJob.java
493=com.fh
492=com
491=com.fh.controller.weixin.textmsg.TextmsgController.java
1009=com
1008=com.fh.service.system.codeeditor.CodeEditorManager.java
1368=com.fh.util.express.util
1006=com.fh.service.system.codeeditor
1367=com.fh.util.express
1005=com.fh.service.system
1366=com.fh.util
1004=com.fh.service
1365=com.fh
1003=com.fh
1364=com
1002=com
1363=com.fh.util.express.enums.Method.java
1001=com.fh.service.system.category.impl.CategoryService.java
1361=com.fh.util.express.enums
1360=com.fh.util.express
129=com.fh.controller.fhdb.timingbackup
128=com.fh.controller.fhdb
127=com.fh.controller
489=com.fh.controller.weixin.textmsg
126=com.fh
488=com.fh.controller.weixin
125=com
487=com.fh.controller
124=com.fh.controller.fhdb.sqledit.SQLeditController.java
486=com.fh
485=com
122=com.fh.controller.fhdb.sqledit
484=com.fh.controller.weixin.mymenu.MyMenuController.java
121=com.fh.controller.fhdb
120=com.fh.controller
482=com.fh.controller.weixin.mymenu
481=com.fh.controller.weixin
480=com.fh.controller
1359=com.fh.util
1358=com.fh
1357=com
1356=com.fh.util.express.constant.HttpHeader.java
1355=com.fh.util.express.constant.ContentType.java
1354=com.fh.util.express.constant.HttpMethod.java
1353=com.fh.util.express.constant.Constants.java
1352=com.fh.util.express.constant.SystemHeader.java
1351=com.fh.util.express.constant.HttpSchema.java
119=com.fh
118=com
117=com.fh.controller.fhdb.brdb.BRdbController.java
479=com.fh
478=com
115=com.fh.controller.fhdb.brdb
477=com.fh.controller.weixin.key.KeyController.java
114=com.fh.controller.fhdb
113=com.fh.controller
475=com.fh.controller.weixin.key
112=com.fh
474=com.fh.controller.weixin
111=com
473=com.fh.controller
110=com.fh.controller.dst.datasource2.DataSource2Controller.java
472=com.fh
471=com
470=com.fh.controller.weixin.imgmsg.ImgmsgController.java
1349=com.fh.util.express.constant
1348=com.fh.util.express
1347=com.fh.util
1346=com.fh
1345=com
1344=com.fh.util.express.GetExpressMsg.java
1343=com.fh.util.express.Client.java
1342=com.fh.util.express.Response.java
1341=com.fh.util.express.Request.java
108=com.fh.controller.dst.datasource2
107=com.fh.controller.dst
106=com.fh.controller
468=com.fh.controller.weixin.imgmsg
105=com.fh
467=com.fh.controller.weixin
104=com
466=com.fh.controller
103=com.fh.controller.base.BaseController.java
465=com.fh
464=com
101=com.fh.controller.base
463=com.fh.controller.weixin.command.CommandController.java
100=com.fh.controller
461=com.fh.controller.weixin.command
460=com.fh.controller.weixin
1339=com.fh.util.express
1338=com.fh.util
1337=com.fh
1336=com
1335=com.fh.util.Freemarker.java
1334=com.fh.util.ObjectExcelRead.java
1333=com.fh.util.UuidUtil.java
1332=com.fh.util.Watermark.java
1331=com.fh.util.FileUtil.java
1330=com.fh.util.PublicUtil.java
459=com.fh.controller
458=com.fh
457=com
456=com.fh.controller.weixin.WeixinController.java
454=com.fh.controller.weixin
453=com.fh.controller
452=com.fh
451=com
450=com.fh.controller.system.userphoto.UserPhotoController.java
1329=com.fh.util.FHLogger.java
1328=com.fh.util.TwoDimensionCode.java
1327=com.fh.util.Uploader.java
1326=com.fh.util.DelAllFile.java
1325=com.fh.util.ServiceHelper.java
1324=com.fh.util.SortUtil.java
1323=com.fh.util.RightsHelper.java
1322=com.fh.util.SmsUtil.java
1321=com.fh.util.GetPinyin.java
1320=com.fh.util.ImageAnd64Binary.java
448=com.fh.controller.system.userphoto
447=com.fh.controller.system
446=com.fh.controller
445=com.fh
444=com
443=com.fh.controller.system.user.UserController.java
441=com.fh.controller.system.user
440=com.fh.controller.system
1319=com.fh.util.QuartzManager.java
1318=com.fh.util.TwoDimensionCodeImage.java
1317=com.fh.util.ReflectHelper.java
1316=com.fh.util.RequestUtil.java
1315=com.fh.util.LatLonUtil.java
1314=com.fh.util.DateUtil.java
1313=com.fh.util.Jurisdiction.java
1312=com.fh.util.FileZip.java
1311=com.fh.util.GetWeb.java
1310=com.fh.util.MapDistance.java
439=com.fh.controller
438=com.fh
437=com
799=com
436=com.fh.controller.system.tools.ToolController.java
798=com.fh.service.fhim.sysmsg.SysmsgManager.java
434=com.fh.controller.system.tools
796=com.fh.service.fhim.sysmsg
433=com.fh.controller.system
795=com.fh.service.fhim
432=com.fh.controller
794=com.fh.service
431=com.fh
793=com.fh
430=com
792=com
791=com.fh.service.fhim.qgroup.impl.QgroupService.java
1309=com.fh.util.Const.java
1308=com.fh.util.FileUpload.java
1307=com.fh.util.StringUtil.java
1306=com.fh.util.MD5.java
1305=com.fh.util.Constants.java
1304=com.fh.util.FileDownload.java
1303=com.fh.util.JPushClientUtil.java
1302=com.fh.util.DbFH.java
1301=com.fh.util.Tools.java
1300=com.fh.util.PathUtil.java
429=com.fh.controller.system.secCode.SecCodeController.java
427=com.fh.controller.system.secCode
789=com.fh.service.fhim.qgroup.impl
426=com.fh.controller.system
788=com.fh.service.fhim.qgroup
425=com.fh.controller
787=com.fh.service.fhim
424=com.fh
786=com.fh.service
423=com
785=com.fh
422=com.fh.controller.system.roomCategory.RoomCategoryController.java
784=com
783=com.fh.service.fhim.qgroup.QgroupManager.java
420=com.fh.controller.system.roomCategory
781=com.fh.service.fhim.qgroup
780=com.fh.service.fhim
419=com.fh.controller.system
418=com.fh.controller
417=com.fh
779=com.fh.service
416=com
778=com.fh
415=com.fh.controller.system.room.RoomController.java
777=com
776=com.fh.service.fhim.iqgroup.impl.IQgroupService.java
413=com.fh.controller.system.room
412=com.fh.controller.system
774=com.fh.service.fhim.iqgroup.impl
411=com.fh.controller
773=com.fh.service.fhim.iqgroup
410=com.fh
772=com.fh.service.fhim
771=com.fh.service
770=com.fh
409=com
408=com.fh.controller.system.role.RoleController.java
769=com
406=com.fh.controller.system.role
768=com.fh.service.fhim.iqgroup.IQgroupManager.java
405=com.fh.controller.system
404=com.fh.controller
766=com.fh.service.fhim.iqgroup
403=com.fh
765=com.fh.service.fhim
402=com
764=com.fh.service
401=com.fh.controller.system.position.PositionController.java
763=com.fh
762=com
761=com.fh.service.fhim.imstate.impl.ImstateService.java
759=com.fh.service.fhim.imstate.impl
758=com.fh.service.fhim.imstate
757=com.fh.service.fhim
756=com.fh.service
755=com.fh
754=com
753=com.fh.service.fhim.imstate.ImstateManager.java
751=com.fh.service.fhim.imstate
750=com.fh.service.fhim
749=com.fh.service
748=com.fh
747=com
746=com.fh.service.fhim.hismsg.impl.HismsgService.java
744=com.fh.service.fhim.hismsg.impl
743=com.fh.service.fhim.hismsg
742=com.fh.service.fhim
741=com.fh.service
740=com.fh
739=com
738=com.fh.service.fhim.hismsg.HismsgManager.java
736=com.fh.service.fhim.hismsg
735=com.fh.service.fhim
734=com.fh.service
733=com.fh
732=com
731=com.fh.service.fhim.friends.impl.FriendsService.java
729=com.fh.service.fhim.friends.impl
728=com.fh.service.fhim.friends
727=com.fh.service.fhim
726=com.fh.service
725=com.fh
724=com
723=com.fh.service.fhim.friends.FriendsManager.java
721=com.fh.service.fhim.friends
720=com.fh.service.fhim
719=com.fh.service
718=com.fh
717=com
716=com.fh.service.fhim.fgroup.impl.FgroupService.java
714=com.fh.service.fhim.fgroup.impl
713=com.fh.service.fhim.fgroup
712=com.fh.service.fhim
711=com.fh.service
710=com.fh
709=com
708=com.fh.service.fhim.fgroup.FgroupManager.java
706=com.fh.service.fhim.fgroup
705=com.fh.service.fhim
704=com.fh.service
703=com.fh
702=com
701=com.fh.service.fhdb.timingbackup.impl.TimingBackUpService.java
99=com.fh
98=com
97=com.fh.controller.app.sysuser.SysUserController.java
95=com.fh.controller.app.sysuser
94=com.fh.controller.app
93=com.fh.controller
92=com.fh
91=com
90=com.fh.controller.app.redis.RedisDemoController.java
88=com.fh.controller.app.redis
87=com.fh.controller.app
86=com.fh.controller
85=com.fh
84=com
83=com.fh.controller.app.appuser.IntAppuserController.java
81=com.fh.controller.app.appuser
80=com.fh.controller.app
1299=com.fh.util.PageData.java
1298=com.fh.util.ObjectExcelView.java
1297=com.fh.util.AppUtil.java
1295=com.fh.util
1294=com.fh
1293=com
1292=com.fh.service.weixin.textmsg.TextmsgService.java
1290=com.fh.service.weixin.textmsg
79=com.fh.controller
78=com.fh
77=com
76=com.fh.controller.activiti.util.UtilMisc.java
75=com.fh.controller.activiti.util.BpmsActivityTypeEnum.java
74=com.fh.controller.activiti.util.ManagerTaskHandler.java
72=com.fh.controller.activiti.util
71=com.fh.controller.activiti
70=com.fh.controller
1289=com.fh.service.weixin
1288=com.fh.service
1287=com.fh
1286=com
1285=com.fh.service.weixin.mymenu.impl.MyMenuService.java
1283=com.fh.service.weixin.mymenu.impl
1282=com.fh.service.weixin.mymenu
1281=com.fh.service.weixin
1280=com.fh.service
69=com.fh
68=com
67=com.fh.controller.activiti.rutask.RuTaskController.java
65=com.fh.controller.activiti.rutask
64=com.fh.controller.activiti
63=com.fh.controller
62=com.fh
61=com
60=com.fh.controller.activiti.ruprocdef.RuprocdefController.java
1279=com.fh
1278=com
1277=com.fh.service.weixin.mymenu.MyMenuManager.java
1275=com.fh.service.weixin.mymenu
1274=com.fh.service.weixin
1273=com.fh.service
1272=com.fh
1271=com
1270=com.fh.service.weixin.key.impl.KeyService.java
58=com.fh.controller.activiti.ruprocdef
399=com.fh.controller.system.position
57=com.fh.controller.activiti
398=com.fh.controller.system
56=com.fh.controller
397=com.fh.controller
55=com.fh
396=com.fh
54=com
395=com
53=com.fh.controller.activiti.procdef.ProcdefController.java
394=com.fh.controller.system.onlinemanager.OnlineManagerController.java
51=com.fh.controller.activiti.procdef
392=com.fh.controller.system.onlinemanager
50=com.fh.controller.activiti
391=com.fh.controller.system
390=com.fh.controller
1268=com.fh.service.weixin.key.impl
1267=com.fh.service.weixin.key
1266=com.fh.service.weixin
1265=com.fh.service
1264=com.fh
1263=com
1262=com.fh.service.weixin.key.KeyManager.java
1260=com.fh.service.weixin.key
49=com.fh.controller
48=com.fh
389=com.fh
47=com
388=com
46=com.fh.controller.activiti.hitask.HiTaskController.java
387=com.fh.controller.system.menu.MenuController.java
44=com.fh.controller.activiti.hitask
385=com.fh.controller.system.menu
43=com.fh.controller.activiti
384=com.fh.controller.system
42=com.fh.controller
383=com.fh.controller
41=com.fh
382=com.fh
40=com
381=com
380=com.fh.controller.system.loginimg.LogInImgController.java
1259=com.fh.service.weixin
1258=com.fh.service
1257=com.fh
1256=com
1255=com.fh.service.weixin.imgmsg.ImgmsgService.java
1253=com.fh.service.weixin.imgmsg
1252=com.fh.service.weixin
1251=com.fh.service
1250=com.fh
39=com.fh.controller.activiti.hiprocdef.HiprocdefController.java
37=com.fh.controller.activiti.hiprocdef
378=com.fh.controller.system.loginimg
36=com.fh.controller.activiti
377=com.fh.controller.system
35=com.fh.controller
376=com.fh.controller
34=com.fh
375=com.fh
33=com
374=com
32=com.fh.controller.activiti.fhmodel.FHModelController.java
373=com.fh.controller.system.login.LoginController.java
30=com.fh.controller.activiti.fhmodel
371=com.fh.controller.system.login
370=com.fh.controller.system
1249=com
1248=com.fh.service.weixin.command.CommandService.java
1246=com.fh.service.weixin.command
1245=com.fh.service.weixin
1244=com.fh.service
1243=com.fh
1242=com
1241=com.fh.service.system.userphoto.impl.UserPhotoService.java
29=com.fh.controller.activiti
28=com.fh.controller
369=com.fh.controller
27=com.fh
368=com.fh
26=com
367=com
25=com.fh.controller.activiti.editor.model.ModelEditorJsonRestResources.java
366=com.fh.controller.system.location.LocationController.java
24=com.fh.controller.activiti.editor.model.ModelSaveRestResource.java
364=com.fh.controller.system.location
22=com.fh.controller.activiti.editor.model
363=com.fh.controller.system
21=com.fh.controller.activiti.editor
362=com.fh.controller
20=com.fh.controller.activiti
361=com.fh
360=com
1239=com.fh.service.system.userphoto.impl
1238=com.fh.service.system.userphoto
1237=com.fh.service.system
1236=com.fh.service
1235=com.fh
1234=com
1233=com.fh.service.system.userphoto.UserPhotoManager.java
1231=com.fh.service.system.userphoto
1230=com.fh.service.system
19=com.fh.controller
18=com.fh
359=com.fh.controller.system.headman.HeadmanController.java
17=com
16=com.fh.controller.activiti.editor.main.StencilsetRestResource.java
357=com.fh.controller.system.headman
356=com.fh.controller.system
14=com.fh.controller.activiti.editor.main
355=com.fh.controller
13=com.fh.controller.activiti.editor
354=com.fh
12=com.fh.controller.activiti
353=com
11=com.fh.controller
352=com.fh.controller.system.head.HeadController.java
10=com.fh
350=com.fh.controller.system.head
1229=com.fh.service
1228=com.fh
1227=com
1226=com.fh.service.system.user.impl.UserService.java
1224=com.fh.service.system.user.impl
1223=com.fh.service.system.user
1222=com.fh.service.system
1221=com.fh.service
1220=com.fh
349=com.fh.controller.system
348=com.fh.controller
347=com.fh
346=com
345=com.fh.controller.system.fhsms.FhsmsController.java
343=com.fh.controller.system.fhsms
342=com.fh.controller.system
341=com.fh.controller
340=com.fh
1219=com
1218=com.fh.service.system.user.UserManager.java
1216=com.fh.service.system.user
1215=com.fh.service.system
1214=com.fh.service
1213=com.fh
1212=com
1211=com.fh.service.system.roomCategory.impl.RoomCategoryService.java
339=com
338=com.fh.controller.system.fhlog.FHlogController.java
699=com.fh.service.fhdb.timingbackup.impl
336=com.fh.controller.system.fhlog
698=com.fh.service.fhdb.timingbackup
335=com.fh.controller.system
697=com.fh.service.fhdb
334=com.fh.controller
696=com.fh.service
333=com.fh
695=com.fh
332=com
694=com
331=com.fh.controller.system.fhbutton.FhbuttonController.java
693=com.fh.service.fhdb.timingbackup.TimingBackUpManager.java
691=com.fh.service.fhdb.timingbackup
690=com.fh.service.fhdb
1209=com.fh.service.system.roomCategory.impl
1208=com.fh.service.system.roomCategory
1207=com.fh.service.system
1206=com.fh.service
1205=com.fh
1204=com
1203=com.fh.service.system.roomCategory.RoomCategoryManager.java
1201=com.fh.service.system.roomCategory
1200=com.fh.service.system
329=com.fh.controller.system.fhbutton
328=com.fh.controller.system
327=com.fh.controller
689=com.fh.service
326=com.fh
688=com.fh
325=com
687=com
324=com.fh.controller.system.dictionaries.DictionariesController.java
686=com.fh.service.fhdb.brdb.impl.BRdbService.java
322=com.fh.controller.system.dictionaries
684=com.fh.service.fhdb.brdb.impl
321=com.fh.controller.system
683=com.fh.service.fhdb.brdb
320=com.fh.controller
682=com.fh.service.fhdb
681=com.fh.service
680=com.fh
319=com.fh
318=com
317=com.fh.controller.system.createcode.CreateCodeController.java
679=com
316=com.fh.controller.system.createcode.ReverseCreateCodeController.java
678=com.fh.service.fhdb.brdb.BRdbManager.java
314=com.fh.controller.system.createcode
676=com.fh.service.fhdb.brdb
313=com.fh.controller.system
675=com.fh.service.fhdb
312=com.fh.controller
674=com.fh.service
311=com.fh
673=com.fh
310=com
672=com
671=com.fh.service.dst.datasource2.impl.DataSource2Service.java
309=com.fh.controller.system.codeeditor.CodeEditorController.java
307=com.fh.controller.system.codeeditor
669=com.fh.service.dst.datasource2.impl
306=com.fh.controller.system
668=com.fh.service.dst.datasource2
305=com.fh.controller
667=com.fh.service.dst
304=com.fh
666=com.fh.service
303=com
665=com.fh
302=com.fh.controller.system.category.CategoryController.java
664=com
663=com.fh.service.dst.datasource2.DataSource2Manager.java
300=com.fh.controller.system.category
661=com.fh.service.dst.datasource2
660=com.fh.service.dst
659=com.fh.service
658=com.fh
657=com
656=com.fh.service.activiti.ruprocdef.impl.RuprocdefService.java
654=com.fh.service.activiti.ruprocdef.impl
653=com.fh.service.activiti.ruprocdef
652=com.fh.service.activiti
651=com.fh.service
650=com.fh
649=com
648=com.fh.service.activiti.ruprocdef.RuprocdefManager.java
646=com.fh.service.activiti.ruprocdef
645=com.fh.service.activiti
644=com.fh.service
643=com.fh
642=com
641=com.fh.service.activiti.procdef.impl.ProcdefService.java
639=com.fh.service.activiti.procdef.impl
638=com.fh.service.activiti.procdef
637=com.fh.service.activiti
999=com.fh.service.system.category.impl
636=com.fh.service
998=com.fh.service.system.category
635=com.fh
997=com.fh.service.system
634=com
996=com.fh.service
633=com.fh.service.activiti.procdef.ProcdefManager.java
995=com.fh
994=com
631=com.fh.service.activiti.procdef
993=com.fh.service.system.category.CategoryManager.java
630=com.fh.service.activiti
991=com.fh.service.system.category
990=com.fh.service.system
629=com.fh.service
628=com.fh
627=com
989=com.fh.service
626=com.fh.service.activiti.hiprocdef.impl.HiprocdefService.java
988=com.fh
987=com
624=com.fh.service.activiti.hiprocdef.impl
986=com.fh.service.system.buttonrights.impl.ButtonrightsService.java
623=com.fh.service.activiti.hiprocdef
622=com.fh.service.activiti
984=com.fh.service.system.buttonrights.impl
621=com.fh.service
983=com.fh.service.system.buttonrights
620=com.fh
982=com.fh.service.system
981=com.fh.service
980=com.fh
619=com
618=com.fh.service.activiti.hiprocdef.HiprocdefManager.java
979=com
616=com.fh.service.activiti.hiprocdef
978=com.fh.service.system.buttonrights.ButtonrightsManager.java
615=com.fh.service.activiti
614=com.fh.service
976=com.fh.service.system.buttonrights
613=com.fh
975=com.fh.service.system
612=com
974=com.fh.service
611=com.fh.service.activiti.fhmodel.impl.FHModelService.java
973=com.fh
972=com
971=com.fh.service.system.buildingCategory.impl.BuildingCategoryService.java
609=com.fh.service.activiti.fhmodel.impl
608=com.fh.service.activiti.fhmodel
607=com.fh.service.activiti
969=com.fh.service.system.buildingCategory.impl
606=com.fh.service
968=com.fh.service.system.buildingCategory
605=com.fh
967=com.fh.service.system
604=com
966=com.fh.service
603=com.fh.service.activiti.fhmodel.FHModelManager.java
965=com.fh
964=com
601=com.fh.service.activiti.fhmodel
963=com.fh.service.system.buildingCategory.BuildingCategoryManager.java
600=com.fh.service.activiti
961=com.fh.service.system.buildingCategory
960=com.fh.service.system
959=com.fh.service
958=com.fh
957=com
956=com.fh.service.system.building.impl.BuildingService.java
954=com.fh.service.system.building.impl
953=com.fh.service.system.building
952=com.fh.service.system
951=com.fh.service
950=com.fh
949=com
948=com.fh.service.system.building.BuildingManager.java
946=com.fh.service.system.building
945=com.fh.service.system
944=com.fh.service
943=com.fh
942=com
941=com.fh.service.system.appuser.impl.AppuserService.java
939=com.fh.service.system.appuser.impl
938=com.fh.service.system.appuser
937=com.fh.service.system
936=com.fh.service
935=com.fh
934=com
933=com.fh.service.system.appuser.AppuserManager.java
931=com.fh.service.system.appuser
930=com.fh.service.system
929=com.fh.service
928=com.fh
927=com
926=com.fh.service.information.pictures.impl.PicturesService.java
924=com.fh.service.information.pictures.impl
923=com.fh.service.information.pictures
922=com.fh.service.information
921=com.fh.service
920=com.fh
919=com
918=com.fh.service.information.pictures.PicturesManager.java
916=com.fh.service.information.pictures
915=com.fh.service.information
914=com.fh.service
913=com.fh
912=com
911=com.fh.service.information.attachedmx.impl.AttachedMxService.java
909=com.fh.service.information.attachedmx.impl
908=com.fh.service.information.attachedmx
907=com.fh.service.information
906=com.fh.service
905=com.fh
904=com
903=com.fh.service.information.attachedmx.AttachedMxManager.java
901=com.fh.service.information.attachedmx
900=com.fh.service.information
1199=com.fh.service
1198=com.fh
1197=com
1196=com.fh.service.system.room.impl.RoomService.java
1194=com.fh.service.system.room.impl
1193=com.fh.service.system.room
1192=com.fh.service.system
1191=com.fh.service
1190=com.fh
1189=com
1188=com.fh.service.system.room.RoomManager.java
1186=com.fh.service.system.room
1185=com.fh.service.system
1184=com.fh.service
1183=com.fh
1182=com
1181=com.fh.service.system.role.impl.RoleService.java
1179=com.fh.service.system.role.impl
1178=com.fh.service.system.role
1177=com.fh.service.system
1176=com.fh.service
1175=com.fh
1174=com
1173=com.fh.service.system.role.RoleManager.java
1171=com.fh.service.system.role
1170=com.fh.service.system
299=com.fh.controller.system
298=com.fh.controller
297=com.fh
296=com
295=com.fh.controller.system.buttonrights.ButtonrightsController.java
293=com.fh.controller.system.buttonrights
292=com.fh.controller.system
291=com.fh.controller
290=com.fh
1169=com.fh.service
1168=com.fh
1167=com
1166=com.fh.service.system.position.impl.PositionService.java
1164=com.fh.service.system.position.impl
1163=com.fh.service.system.position
1162=com.fh.service.system
1161=com.fh.service
1160=com.fh
289=com
288=com.fh.controller.system.buildingCategory.BuildingCategoryController.java
286=com.fh.controller.system.buildingCategory
285=com.fh.controller.system
284=com.fh.controller
283=com.fh
282=com
281=com.fh.controller.system.building.BuildingController.java
1159=com
1158=com.fh.service.system.position.PositionManager.java
1156=com.fh.service.system.position
1155=com.fh.service.system
1154=com.fh.service
1153=com.fh
1152=com
1151=com.fh.service.system.menu.impl.MenuService.java
279=com.fh.controller.system.building
278=com.fh.controller.system
277=com.fh.controller
276=com.fh
275=com
274=com.fh.controller.system.appuser.AppuserController.java
272=com.fh.controller.system.appuser
271=com.fh.controller.system
270=com.fh.controller
1149=com.fh.service.system.menu.impl
1148=com.fh.service.system.menu
1147=com.fh.service.system
1146=com.fh.service
1145=com.fh
1144=com
1143=com.fh.service.system.menu.MenuManager.java
1141=com.fh.service.system.menu
1140=com.fh.service.system
269=com.fh
268=com
267=com.fh.controller.mobile.login.MobileLoginController.java
265=com.fh.controller.mobile.login
264=com.fh.controller.mobile
263=com.fh.controller
262=com.fh
261=com
260=com.fh.controller.mobile.im.MobileFriendsController.java
1139=com.fh.service
1138=com.fh
1137=com
1136=com.fh.service.system.loginimg.impl.LogInImgService.java
1134=com.fh.service.system.loginimg.impl
1133=com.fh.service.system.loginimg
1132=com.fh.service.system
1131=com.fh.service
1130=com.fh
259=com.fh.controller.mobile.im.MobileHismsgController.java
258=com.fh.controller.mobile.im.MobileQgroupController.java
256=com.fh.controller.mobile.im
255=com.fh.controller.mobile
254=com.fh.controller
253=com.fh
252=com
251=com.fh.controller.mobile.head.MobileHeadController.java
1129=com
1128=com.fh.service.system.loginimg.LogInImgManager.java
1126=com.fh.service.system.loginimg
1125=com.fh.service.system
1124=com.fh.service
1123=com.fh
1122=com
1121=com.fh.service.system.location.impl.LocationService.java
249=com.fh.controller.mobile.head
248=com.fh.controller.mobile
247=com.fh.controller
246=com.fh
245=com
244=com.fh.controller.information.pictures.PicturesController.java
242=com.fh.controller.information.pictures
241=com.fh.controller.information
240=com.fh.controller
1119=com.fh.service.system.location.impl
1118=com.fh.service.system.location
1117=com.fh.service.system
1116=com.fh.service
1115=com.fh
1114=com
1113=com.fh.service.system.location.LocationManager.java
1111=com.fh.service.system.location
1110=com.fh.service.system
239=com.fh
238=com
237=com.fh.controller.information.linkage.Linkage.java
599=com.fh.service
598=com.fh
235=com.fh.controller.information.linkage
597=com
234=com.fh.controller.information
596=com.fh.resolver.MyExceptionResolver.java
233=com.fh.controller
232=com.fh
594=com.fh.resolver
231=com
593=com.fh
230=com.fh.controller.information.attachedmx.AttachedMxController.java
592=com
591=com.fh.plugin.websocketVideo.VideoServerPool.java
590=com.fh.plugin.websocketVideo.VideoServer.java
1109=com.fh.service