SYMBOL INDEX (4063 symbols across 664 files) FILE: PaiZhiCheng/src/main/java/Main.java class Main (line 8) | public class Main { method main (line 17) | @SneakyThrows FILE: PaiZhiCheng/src/main/java/top/flya/system/common/BatchUtils.java class BatchUtils (line 16) | @Component method getNewImageUrls (line 25) | public Map getNewImageUrls(List imageUrls) { method transformToPzcArtistVo (line 43) | public List transformToPzcArtistVo(List arti... method transformToPzcOrganizerVo (line 71) | public List transformToPzcOrganizerVo(List transformToPzcTagVo(List tagList) { method transformToPzcIntroVo (line 134) | public List transformToPzcIntroVo(List introLi... method transformToPzcUserVo (line 165) | public List transformToPzcUserVo(List userList){ method transformToPzcViewPagerVo (line 218) | public List transformToPzcViewPagerVo(List transformToPzcActivityVo(List checkCreateActivity(PzcActivity activity, Integer type) { FILE: PaiZhiCheng/src/main/java/top/flya/system/config/ClientCache.java class ClientCache (line 16) | @Component method getConcurrentHashMap (line 25) | public Map> getConcurrentHashMap() method saveClient (line 38) | public void saveClient(String userId, UUID sessionId, SocketIOClient s... method getUserClient (line 53) | public HashMap getUserClient(String userId) { method deleteSessionClient (line 63) | public void deleteSessionClient(String userId, UUID sessionId) { FILE: PaiZhiCheng/src/main/java/top/flya/system/config/DbTemplate.java class DbTemplate (line 19) | @Component method findAll (line 31) | public List findAll() { method findByUserId (line 41) | public Optional findByUserId(String userId) { method save (line 51) | public void save(String userId, UUID sessionId) { method deleteByUserId (line 60) | public void deleteByUserId(String userId) { FILE: PaiZhiCheng/src/main/java/top/flya/system/config/Event.java type Event (line 11) | public interface Event { FILE: PaiZhiCheng/src/main/java/top/flya/system/config/ServerConfig.java class ServerConfig (line 20) | @Configuration method server (line 24) | @Bean method springAnnotationScanner (line 51) | @Bean FILE: PaiZhiCheng/src/main/java/top/flya/system/config/ServerRunner.java class ServerRunner (line 17) | @Component method run (line 23) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/config/WsConfig.java class WsConfig (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/GaoDeMapController.java class GaoDeMapController (line 17) | @RestController method getAddress (line 28) | @GetMapping("/getAddress") method getLonLat (line 38) | @GetMapping("/getLonLat") method getDistance (line 43) | @GetMapping("/getDistance") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcActivityConnArtistController.java class PzcActivityConnArtistController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:activityConnArtist:list") method export (line 52) | @SaCheckPermission("system:activityConnArtist:export") method getInfo (line 65) | @SaCheckPermission("system:activityConnArtist:query") method add (line 75) | @SaCheckPermission("system:activityConnArtist:add") method edit (line 86) | @SaCheckPermission("system:activityConnArtist:edit") method remove (line 99) | @SaCheckPermission("system:activityConnArtist:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcActivityConnIntroController.java class PzcActivityConnIntroController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:activityConnIntro:list") method export (line 52) | @SaCheckPermission("system:activityConnIntro:export") method getInfo (line 65) | @SaCheckPermission("system:activityConnIntro:query") method add (line 75) | @SaCheckPermission("system:activityConnIntro:add") method edit (line 86) | @SaCheckPermission("system:activityConnIntro:edit") method remove (line 99) | @SaCheckPermission("system:activityConnIntro:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcActivityConnTagController.java class PzcActivityConnTagController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:activityConnTag:list") method export (line 52) | @SaCheckPermission("system:activityConnTag:export") method getInfo (line 65) | @SaCheckPermission("system:activityConnTag:query") method add (line 75) | @SaCheckPermission("system:activityConnTag:add") method edit (line 86) | @SaCheckPermission("system:activityConnTag:edit") method remove (line 99) | @SaCheckPermission("system:activityConnTag:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcActivityController.java class PzcActivityController (line 34) | @Validated method add (line 46) | @SaCheckPermission("system:activity:add") method edit (line 57) | @SaCheckPermission("system:activity:edit") method list (line 71) | @SaCheckPermission("system:activity:list") method Wx (line 81) | @GetMapping("/listWx") method export (line 91) | @SaCheckPermission("system:activity:export") method getInfo (line 104) | @GetMapping("/{activityId}") method remove (line 119) | @SaCheckPermission("system:activity:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcActivityGroupApplyController.java class PzcActivityGroupApplyController (line 53) | @Validated method wxzApply (line 79) | @PostMapping("/wxzApply") method myHistory (line 151) | @GetMapping("/myHistory") //我的历史活动 method myTrips (line 220) | @GetMapping("/myTrips") //我的行程 method list (line 276) | @GetMapping("/list") method export (line 285) | @Log(title = "活动组队申请列表", businessType = BusinessType.EXPORT) method getInfo (line 297) | @GetMapping("/{applyId}") method add (line 314) | @Log(title = "活动组队申请列表", businessType = BusinessType.INSERT) // method edit (line 345) | @Log(title = "活动组队申请列表", businessType = BusinessType.UPDATE) method remove (line 364) | @Log(title = "活动组队申请列表", businessType = BusinessType.DELETE) FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcActivityGroupController.java class PzcActivityGroupController (line 60) | @Validated method cancelIssueGroup (line 94) | @PostMapping("/cancelIssueGroup") //取消组队的发布 method refurbish (line 138) | @PostMapping("/refurbish") //刷新 method cancel (line 192) | @PostMapping("/cancel") //取消 双方都可以取消 method cancelByGroupIn (line 250) | @PostMapping("/cancelByGroupIn") //活动过程中取消组队 扣除保证金 + 20派币 退还对方派币 + 对方的... method applyList (line 329) | @GetMapping("/applyList") method userInfo (line 373) | @GetMapping("/userInfo") //查看申请人或者发起人信息 method pj (line 410) | @PostMapping("/pj") //双方评价 (可选) method confirmReach (line 476) | @PostMapping("/confirmReach") //确认到达目的地 method applyRole (line 632) | @GetMapping("/applyRole") method confirm (line 644) | @PostMapping("/confirm") //确认申请 (这里判断 保证金 是否足够缴纳 保证 新人卡 bug) method apply (line 752) | @PostMapping("/apply") method list (line 1010) | @GetMapping("/list") method export (line 1019) | @SaCheckPermission("system:activityGroup:export") method getInfo (line 1032) | @GetMapping("/{groupId}") method add (line 1045) | @Log(title = "活动组队", businessType = BusinessType.INSERT) method edit (line 1101) | @Log(title = "活动组队", businessType = BusinessType.UPDATE) method remove (line 1130) | @SaCheckPermission("system:activityGroup:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcArtistController.java class PzcArtistController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:artist:list") method export (line 52) | @SaCheckPermission("system:artist:export") method getInfo (line 65) | @SaCheckPermission("system:artist:query") method add (line 75) | @SaCheckPermission("system:artist:add") method edit (line 86) | @SaCheckPermission("system:artist:edit") method remove (line 99) | @SaCheckPermission("system:artist:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcIntroController.java class PzcIntroController (line 35) | @Validated method list (line 47) | @SaCheckPermission("system:intro:list") method export (line 56) | @SaCheckPermission("system:intro:export") method getInfo (line 69) | @SaCheckPermission("system:intro:query") method add (line 79) | @SaCheckPermission("system:intro:add") method edit (line 90) | @SaCheckPermission("system:intro:edit") method remove (line 104) | @SaCheckPermission("system:intro:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcOfficialController.java class PzcOfficialController (line 34) | @Validated method list (line 45) | @GetMapping("/list") method read (line 60) | @PostMapping("/read") method export (line 70) | @SaCheckPermission("system:official:export") method getInfo (line 83) | @SaCheckPermission("system:official:query") method add (line 93) | @SaCheckPermission("system:official:add") method edit (line 104) | @SaCheckPermission("system:official:edit") method remove (line 117) | @SaCheckPermission("system:official:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcOrderController.java class PzcOrderController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:pzc_order:list") method export (line 52) | @SaCheckPermission("system:pzc_order:export") method getInfo (line 65) | @SaCheckPermission("system:pzc_order:query") method add (line 75) | @SaCheckPermission("system:pzc_order:add") method edit (line 86) | @SaCheckPermission("system:pzc_order:edit") method remove (line 99) | @SaCheckPermission("system:pzc_order:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcOrganizerController.java class PzcOrganizerController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:organizer:list") method export (line 52) | @SaCheckPermission("system:organizer:export") method getInfo (line 65) | @SaCheckPermission("system:organizer:query") method add (line 75) | @SaCheckPermission("system:organizer:add") method edit (line 86) | @SaCheckPermission("system:organizer:edit") method remove (line 99) | @SaCheckPermission("system:organizer:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcOrganizerTicketController.java class PzcOrganizerTicketController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:organizerTicket:list") method export (line 52) | @SaCheckPermission("system:organizerTicket:export") method getInfo (line 65) | @SaCheckPermission("system:organizerTicket:query") method add (line 75) | @SaCheckPermission("system:organizerTicket:add") method edit (line 86) | @SaCheckPermission("system:organizerTicket:edit") method remove (line 99) | @SaCheckPermission("system:organizerTicket:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcRegionController.java class PzcRegionController (line 32) | @Validated method list (line 52) | @GetMapping("/list") method export (line 64) | @SaCheckPermission("system:region:export") method getInfo (line 77) | @SaCheckPermission("system:region:query") method add (line 87) | @SaCheckPermission("system:region:add") method edit (line 98) | @SaCheckPermission("system:region:edit") method remove (line 111) | @SaCheckPermission("system:region:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcTagController.java class PzcTagController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:tag:list") method export (line 52) | @SaCheckPermission("system:tag:export") method getInfo (line 65) | @SaCheckPermission("system:tag:query") method add (line 75) | @SaCheckPermission("system:tag:add") method edit (line 86) | @SaCheckPermission("system:tag:edit") method remove (line 99) | @SaCheckPermission("system:tag:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcUserCollectController.java class PzcUserCollectController (line 34) | @Validated method list (line 53) | @GetMapping("/list") method export (line 75) | @SaCheckPermission("system:userCollect:export") method getInfo (line 88) | @GetMapping("/{collectId}") method status (line 94) | @GetMapping("/status") method add (line 101) | @Log(title = "用户收藏/取消活动", businessType = BusinessType.INSERT) FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcUserController.java class PzcUserController (line 34) | @Validated method list (line 48) | @SaCheckPermission("system:pzc_user:list") method export (line 57) | @SaCheckPermission("system:pzc_user:export") method getInfo (line 70) | @SaCheckPermission("system:pzc_user:query") method add (line 80) | @SaCheckPermission("system:pzc_user:add") method updateMoney (line 89) | @PostMapping("/updateMoney") method edit (line 97) | @SaCheckPermission("system:pzc_user:edit") method remove (line 110) | @SaCheckPermission("system:pzc_user:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcUserHistoryController.java class PzcUserHistoryController (line 34) | @Validated method list (line 45) | @GetMapping("/list") method export (line 56) | @SaCheckPermission("system:userHistory:export") method getInfo (line 69) | @SaCheckPermission("system:userHistory:query") method add (line 79) | @SaCheckPermission("system:userHistory:add") method edit (line 90) | @SaCheckPermission("system:userHistory:edit") method remove (line 103) | @SaCheckPermission("system:userHistory:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcUserPhotoController.java class PzcUserPhotoController (line 33) | @Validated method list (line 44) | @GetMapping("/list") method export (line 56) | @Log(title = "用户资料相册", businessType = BusinessType.EXPORT) method getInfo (line 68) | @GetMapping("/{photoId}") method add (line 77) | @Log(title = "用户资料相册", businessType = BusinessType.INSERT) method edit (line 88) | @Log(title = "用户资料相册", businessType = BusinessType.UPDATE) method remove (line 100) | @Log(title = "用户资料相册", businessType = BusinessType.DELETE) FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcUserTalkController.java class PzcUserTalkController (line 35) | @Validated method deleteByUserId (line 51) | @PostMapping("/deleteByUserId") //删除聊天记录 method liveStatus (line 69) | @GetMapping("/live") method read (line 98) | @PostMapping("/read") method myList (line 119) | @GetMapping("/myList") method list (line 128) | @GetMapping("/list") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/PzcViewPagerController.java class PzcViewPagerController (line 33) | @Validated method list (line 44) | @GetMapping("/list") method export (line 52) | @SaCheckPermission("system:viewPager:export") method getInfo (line 65) | @GetMapping("/{viewPagerId}") method add (line 74) | @SaCheckPermission("system:viewPager:add") method edit (line 85) | @SaCheckPermission("system:viewPager:edit") method remove (line 98) | @SaCheckPermission("system:viewPager:remove") FILE: PaiZhiCheng/src/main/java/top/flya/system/controller/WxUserController.java class WxUserController (line 57) | @Validated method filterKeyWords (line 117) | @GetMapping("/filterKeyWords") method music (line 123) | @GetMapping("/music") method notRead (line 132) | @GetMapping("/notRead") // 获取首页 未读消息 (红点点) method login (line 142) | @PostMapping("/login") // 登录 method getSchoolList (line 149) | @GetMapping("/getSchoolList") method userInfo (line 157) | @GetMapping("/userInfo") // 获取用户信息 method updateUserInfo (line 162) | @PostMapping("/updateUserInfo") // 更新用户信息 method createOrder (line 206) | @PostMapping("/recharge") // 充值 method callback (line 305) | @RequestMapping("/callback") method updateUser (line 344) | public PzcUser updateUser(Map userInfo, PzcUser user) { method userLogin (line 380) | public String userLogin(PzcUserBo pzcUserBo) { method recordLogininfor (line 438) | private void recordLogininfor(String username, String message) { method sendArriveMsg (line 448) | @PostMapping("/sendArriveMsg") //推送微信小程序通知 FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcActivity.java class PzcActivity (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcActivityConnArtist.java class PzcActivityConnArtist (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcActivityConnIntro.java class PzcActivityConnIntro (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcActivityConnTag.java class PzcActivityConnTag (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcActivityGroup.java class PzcActivityGroup (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcActivityGroupApply.java class PzcActivityGroupApply (line 16) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcArtist.java class PzcArtist (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcIntro.java class PzcIntro (line 17) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcOfficial.java class PzcOfficial (line 17) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcOrder.java class PzcOrder (line 16) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcOrganizer.java class PzcOrganizer (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcOrganizerTicket.java class PzcOrganizerTicket (line 16) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcRegion.java class PzcRegion (line 17) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcTag.java class PzcTag (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcUser.java class PzcUser (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcUserCollect.java class PzcUserCollect (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcUserHistory.java class PzcUserHistory (line 17) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcUserPhoto.java class PzcUserPhoto (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcUserTalk.java class PzcUserTalk (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/PzcViewPager.java class PzcViewPager (line 16) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PayOrderBo.java class PayOrderBo (line 8) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcActivityBo.java class PzcActivityBo (line 24) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcActivityConnArtistBo.java class PzcActivityConnArtistBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcActivityConnIntroBo.java class PzcActivityConnIntroBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcActivityConnTagBo.java class PzcActivityConnTagBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcActivityGroupApplyBo.java class PzcActivityGroupApplyBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcActivityGroupBo.java class PzcActivityGroupBo (line 21) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcArtistBo.java class PzcArtistBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcIntroBo.java class PzcIntroBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcOfficialBo.java class PzcOfficialBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcOrderBo.java class PzcOrderBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcOrganizerBo.java class PzcOrganizerBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcOrganizerTicketBo.java class PzcOrganizerTicketBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcRegionBo.java class PzcRegionBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcTagBo.java class PzcTagBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcUserBo.java class PzcUserBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcUserCollectBo.java class PzcUserCollectBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcUserHistoryBo.java class PzcUserHistoryBo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcUserPhotoBo.java class PzcUserPhotoBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcUserTalkBo.java class PzcUserTalkBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/PzcViewPagerBo.java class PzcViewPagerBo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/RefurbishBo.java class RefurbishBo (line 5) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/Resource.java class Resource (line 12) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/SuccessCallBackObjBo.java class SuccessCallBackObjBo (line 12) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/UpdateMoneyBo.java class UpdateMoneyBo (line 7) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/bo/WxzApplyBo.java class WxzApplyBo (line 6) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcActivityConnArtistVo.java class PzcActivityConnArtistVo (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcActivityConnIntroVo.java class PzcActivityConnIntroVo (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcActivityConnTagVo.java class PzcActivityConnTagVo (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcActivityGroupApplyVo.java class PzcActivityGroupApplyVo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcActivityGroupVo.java class PzcActivityGroupVo (line 21) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcActivityVo.java class PzcActivityVo (line 23) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcArtistVo.java class PzcArtistVo (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcIntroVo.java class PzcIntroVo (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcOfficialVo.java class PzcOfficialVo (line 16) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcOrderVo.java class PzcOrderVo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcOrganizerTicketVo.java class PzcOrganizerTicketVo (line 16) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcOrganizerVo.java class PzcOrganizerVo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcRegionVo.java class PzcRegionVo (line 19) | @Data method PzcRegionVo (line 68) | public PzcRegionVo() { FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcTagVo.java class PzcTagVo (line 20) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcUserCollectVo.java class PzcUserCollectVo (line 15) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcUserHistoryVo.java class PzcUserHistoryVo (line 19) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcUserPhotoVo.java class PzcUserPhotoVo (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcUserTalkVo.java class PzcUserTalkVo (line 18) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcUserVo.java class PzcUserVo (line 21) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/PzcViewPagerVo.java class PzcViewPagerVo (line 16) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/domain/vo/RefurbishVO.java class RefurbishVO (line 5) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Activity.java class Activity (line 12) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/ActivityConnArtist.java class ActivityConnArtist (line 10) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/ActivityConnIntro.java class ActivityConnIntro (line 10) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/ActivityConnTag.java class ActivityConnTag (line 9) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Artist.java class Artist (line 9) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Event.java class Event (line 8) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/FLBaseEntity.java class FLBaseEntity (line 12) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Intro.java class Intro (line 13) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Organizer.java class Organizer (line 12) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/OrganizerTicket.java class OrganizerTicket (line 9) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Price.java class Price (line 8) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Region.java class Region (line 10) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/Tag.java class Tag (line 9) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/entity/ViewPager.java class ViewPager (line 9) | @EqualsAndHashCode(callSuper = true) FILE: PaiZhiCheng/src/main/java/top/flya/system/handel/MessageEventHandler.java class MessageEventHandler (line 39) | @Component method onConnect (line 63) | @OnConnect method onDisconnect (line 98) | @OnDisconnect method sendToSingle (line 117) | public boolean sendToSingle(String userId, PzcUserTalkBo message) { method officialMessage (line 135) | public boolean officialMessage(String toUserId, WxzApplyBo wxzApplyBo) { method onOfficialEvent (line 153) | @OnEvent(value = Event.OFFICIAL) method onChatEvent (line 171) | @OnEvent(value = Event.CHAT) FILE: PaiZhiCheng/src/main/java/top/flya/system/handel/WxPayInitHandel.java class WxPayInitHandel (line 30) | @Aspect method setup (line 76) | public CloseableHttpClient setup() throws IOException { method after (line 114) | public void after(CloseableHttpClient httpClient) throws IOException { FILE: PaiZhiCheng/src/main/java/top/flya/system/mapper/PzcActivityConnArtistMapper.java type PzcActivityConnArtistMapper (line 13) | public interface PzcActivityConnArtistMapper extends BaseMapperPlus selectDetailsList(Page build,@Param("... method selectVoByIdDIY (line 22) | PzcActivityGroupVo selectVoByIdDIY(@Param("groupId") Long groupId); FILE: PaiZhiCheng/src/main/java/top/flya/system/mapper/PzcActivityMapper.java type PzcActivityMapper (line 16) | public interface PzcActivityMapper extends BaseMapperPlus selectActivityByActivityIds(@Param("activityIds") Li... FILE: PaiZhiCheng/src/main/java/top/flya/system/mapper/PzcArtistMapper.java type PzcArtistMapper (line 13) | public interface PzcArtistMapper extends BaseMapperPlus selectVoPageV2(Page build, @Param("bo") Pz... method selectMyTalkUserIds (line 26) | List selectMyTalkUserIds(@Param("my") Long userId); method selectMyTalkUserIdsV2 (line 28) | List selectMyTalkUserIdsV2(@Param("my") Long userId); FILE: PaiZhiCheng/src/main/java/top/flya/system/mapper/PzcViewPagerMapper.java type PzcViewPagerMapper (line 13) | public interface PzcViewPagerMapper extends BaseMapperPlus> buildTree(List pzc... method getParentBase (line 50) | private String getParentBase(PzcRegionVo node) { FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcActivityConnArtistService.java type IPzcActivityConnArtistService (line 18) | public interface IPzcActivityConnArtistService { method queryById (line 23) | PzcActivityConnArtistVo queryById(Integer activityConnArtistId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcActivityConnAr... method queryList (line 33) | List queryList(PzcActivityConnArtistBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcActivityConnArtistBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcActivityConnArtistBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcActivityConnIntroService.java type IPzcActivityConnIntroService (line 18) | public interface IPzcActivityConnIntroService { method queryById (line 23) | PzcActivityConnIntroVo queryById(Integer activityConnIntroId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcActivityConnInt... method queryList (line 33) | List queryList(PzcActivityConnIntroBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcActivityConnIntroBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcActivityConnIntroBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcActivityConnTagService.java type IPzcActivityConnTagService (line 18) | public interface IPzcActivityConnTagService { method queryById (line 23) | PzcActivityConnTagVo queryById(Integer activityConnTagId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcActivityConnTagBo... method queryList (line 33) | List queryList(PzcActivityConnTagBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcActivityConnTagBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcActivityConnTagBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcActivityGroupApplyService.java type IPzcActivityGroupApplyService (line 17) | public interface IPzcActivityGroupApplyService { method queryById (line 22) | PzcActivityGroupApplyVo queryById(Long applyId); method queryPageList (line 27) | TableDataInfo queryPageList(PzcActivityGroupA... method queryList (line 32) | List queryList(PzcActivityGroupApplyBo bo); method insertByBo (line 37) | Boolean insertByBo(PzcActivityGroupApplyBo bo); method updateByBo (line 42) | Boolean updateByBo(PzcActivityGroupApplyBo bo); method deleteWithValidByIds (line 47) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); method queryByUserIdAndActivityId (line 49) | boolean queryByUserIdAndActivityId(Long userId, Long activityId); method updateStatus (line 51) | Integer updateStatus(Long applyId, int i); method queryListByGroupIds (line 53) | List queryListByGroupIds(List groupIds); method queryByUserIdAndGroupId (line 55) | PzcActivityGroupApplyVo queryByUserIdAndGroupId(Long userId, Long grou... FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcActivityGroupService.java type IPzcActivityGroupService (line 18) | public interface IPzcActivityGroupService { method queryById (line 23) | PzcActivityGroupVo queryById(Long groupId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcActivityGroupBo bo,... method queryList (line 33) | List queryList(PzcActivityGroupBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcActivityGroupBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcActivityGroupBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); method checkActivity (line 50) | boolean checkActivity(Long activityId); method checkGroup (line 52) | boolean checkGroup(Long userId, Long activityId); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcActivityService.java type IPzcActivityService (line 18) | public interface IPzcActivityService { method queryById (line 23) | PzcActivityVo queryById(Integer activityId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcActivityBo bo, PageQuery... method queryPageListWx (line 35) | TableDataInfo queryPageListWx(PzcActivityBo bo, PageQue... method queryList (line 40) | List queryList(PzcActivityBo bo); method insertByBo (line 45) | Boolean insertByBo(PzcActivityBo bo); method updateByBo (line 50) | Boolean updateByBo(PzcActivityBo bo); method deleteWithValidByIds (line 55) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcArtistService.java type IPzcArtistService (line 18) | public interface IPzcArtistService { method queryById (line 23) | PzcArtistVo queryById(Long artistId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcArtistBo bo, PageQuery pag... method queryList (line 33) | List queryList(PzcArtistBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcArtistBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcArtistBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcIntroService.java type IPzcIntroService (line 17) | public interface IPzcIntroService { method queryById (line 22) | PzcIntroVo queryById(Long introId); method queryPageList (line 27) | TableDataInfo queryPageList(PzcIntroBo bo, PageQuery pageQ... method queryList (line 32) | List queryList(PzcIntroBo bo); method insertByBo (line 37) | Boolean insertByBo(PzcIntroBo bo); method updateByBo (line 42) | Boolean updateByBo(PzcIntroBo bo); method deleteWithValidByIds (line 47) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcOfficialService.java type IPzcOfficialService (line 17) | public interface IPzcOfficialService { method queryById (line 22) | PzcOfficialVo queryById(Long officialId); method queryPageList (line 27) | TableDataInfo queryPageList(PzcOfficialBo bo, PageQuery... method queryList (line 32) | List queryList(PzcOfficialBo bo); method insertByBo (line 37) | Boolean insertByBo(PzcOfficialBo bo); method updateByBo (line 42) | Boolean updateByBo(PzcOfficialBo bo); method deleteWithValidByIds (line 47) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); method read (line 49) | Integer read(Integer officialId); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcOrderService.java type IPzcOrderService (line 18) | public interface IPzcOrderService { method queryById (line 23) | PzcOrderVo queryById(Long orderId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcOrderBo bo, PageQuery pageQ... method queryList (line 33) | List queryList(PzcOrderBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcOrderBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcOrderBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcOrganizerService.java type IPzcOrganizerService (line 18) | public interface IPzcOrganizerService { method queryById (line 23) | PzcOrganizerVo queryById(Long organizerId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcOrganizerBo bo, PageQue... method queryList (line 33) | List queryList(PzcOrganizerBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcOrganizerBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcOrganizerBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcOrganizerTicketService.java type IPzcOrganizerTicketService (line 18) | public interface IPzcOrganizerTicketService { method queryById (line 23) | PzcOrganizerTicketVo queryById(Long organizerTicketId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcOrganizerTicketBo... method queryList (line 33) | List queryList(PzcOrganizerTicketBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcOrganizerTicketBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcOrganizerTicketBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcRegionService.java type IPzcRegionService (line 17) | public interface IPzcRegionService { method queryById (line 22) | PzcRegionVo queryById(Long regionId); method queryPageList (line 27) | TableDataInfo queryPageList(PzcRegionBo bo, PageQuery pag... method queryList (line 32) | List queryList(PzcRegionBo bo); method insertByBo (line 37) | Boolean insertByBo(PzcRegionBo bo); method updateByBo (line 42) | Boolean updateByBo(PzcRegionBo bo); method deleteWithValidByIds (line 47) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcTagService.java type IPzcTagService (line 18) | public interface IPzcTagService { method queryById (line 23) | PzcTagVo queryById(Long tagId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcTagBo bo, PageQuery pageQuery); method queryList (line 33) | List queryList(PzcTagBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcTagBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcTagBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcUserCollectService.java type IPzcUserCollectService (line 18) | public interface IPzcUserCollectService { method queryById (line 23) | PzcUserCollectVo queryById(Long collectId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcUserCollectBo bo, Pag... method queryList (line 33) | List queryList(PzcUserCollectBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcUserCollectBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcUserCollectBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcUserHistoryService.java type IPzcUserHistoryService (line 18) | public interface IPzcUserHistoryService { method queryById (line 23) | PzcUserHistoryVo queryById(Long historyId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcUserHistoryBo bo, Pag... method queryList (line 33) | List queryList(PzcUserHistoryBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcUserHistoryBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcUserHistoryBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcUserPhotoService.java type IPzcUserPhotoService (line 18) | public interface IPzcUserPhotoService { method queryById (line 23) | PzcUserPhotoVo queryById(Long photoId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcUserPhotoBo bo, PageQue... method queryList (line 33) | List queryList(PzcUserPhotoBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcUserPhotoBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcUserPhotoBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcUserService.java type IPzcUserService (line 18) | public interface IPzcUserService { method queryById (line 23) | PzcUserVo queryById(Long userId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcUserBo bo, PageQuery pageQue... method queryList (line 33) | List queryList(PzcUserBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcUserBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcUserBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); method updateMoney (line 50) | int updateMoney(UpdateMoneyBo bo); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcUserTalkService.java type IPzcUserTalkService (line 18) | public interface IPzcUserTalkService { method queryById (line 23) | PzcUserTalkVo queryById(Long talkId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcUserTalkBo bo, PageQuery... method queryList (line 33) | List queryList(PzcUserTalkBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcUserTalkBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcUserTalkBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); method queryMyPageList (line 51) | TableDataInfo queryMyPageList(PzcUserTalkBo bo, PageQue... FILE: PaiZhiCheng/src/main/java/top/flya/system/service/IPzcViewPagerService.java type IPzcViewPagerService (line 18) | public interface IPzcViewPagerService { method queryById (line 23) | PzcViewPagerVo queryById(Integer viewPagerId); method queryPageList (line 28) | TableDataInfo queryPageList(PzcViewPagerBo bo, PageQue... method queryList (line 33) | List queryList(PzcViewPagerBo bo); method insertByBo (line 38) | Boolean insertByBo(PzcViewPagerBo bo); method updateByBo (line 43) | Boolean updateByBo(PzcViewPagerBo bo); method deleteWithValidByIds (line 48) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcActivityConnArtistServiceImpl.java class PzcActivityConnArtistServiceImpl (line 27) | @RequiredArgsConstructor method queryById (line 36) | @Override method queryPageList (line 44) | @Override method queryList (line 54) | @Override method buildQueryWrapper (line 60) | private LambdaQueryWrapper buildQueryWrapper(Pz... method insertByBo (line 73) | @Override method updateByBo (line 87) | @Override method validEntityBeforeSave (line 97) | private void validEntityBeforeSave(PzcActivityConnArtist entity){ method deleteWithValidByIds (line 104) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcActivityConnIntroServiceImpl.java class PzcActivityConnIntroServiceImpl (line 27) | @RequiredArgsConstructor method queryById (line 36) | @Override method queryPageList (line 44) | @Override method queryList (line 54) | @Override method buildQueryWrapper (line 60) | private LambdaQueryWrapper buildQueryWrapper(Pzc... method insertByBo (line 72) | @Override method updateByBo (line 86) | @Override method validEntityBeforeSave (line 96) | private void validEntityBeforeSave(PzcActivityConnIntro entity){ method deleteWithValidByIds (line 103) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcActivityConnTagServiceImpl.java class PzcActivityConnTagServiceImpl (line 27) | @RequiredArgsConstructor method queryById (line 36) | @Override method queryPageList (line 44) | @Override method queryList (line 54) | @Override method buildQueryWrapper (line 60) | private LambdaQueryWrapper buildQueryWrapper(PzcAc... method insertByBo (line 74) | @Override method updateByBo (line 88) | @Override method validEntityBeforeSave (line 98) | private void validEntityBeforeSave(PzcActivityConnTag entity){ method deleteWithValidByIds (line 105) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcActivityGroupApplyServiceImpl.java class PzcActivityGroupApplyServiceImpl (line 28) | @RequiredArgsConstructor method queryById (line 38) | @Override method queryPageList (line 46) | @Override method queryList (line 56) | @Override method buildQueryWrapper (line 62) | private LambdaQueryWrapper buildQueryWrapper(Pz... method insertByBo (line 82) | @Override method updateByBo (line 96) | @Override method validEntityBeforeSave (line 106) | private void validEntityBeforeSave(PzcActivityGroupApply entity){ method deleteWithValidByIds (line 113) | @Override method queryByUserIdAndActivityId (line 121) | @Override method updateStatus (line 134) | @Override method queryListByGroupIds (line 144) | @Override method queryByUserIdAndGroupId (line 152) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcActivityGroupServiceImpl.java class PzcActivityGroupServiceImpl (line 38) | @RequiredArgsConstructor method queryById (line 59) | @Override method getPrivateUser (line 93) | public PzcUserVo getPrivateUser(PzcUserVo pzcUser) method queryPageList (line 124) | @Override method queryList (line 193) | @Override method buildQueryWrapper (line 199) | private LambdaQueryWrapper buildQueryWrapper(PzcActi... method insertByBo (line 218) | @Override method updateByBo (line 232) | @Override method validEntityBeforeSave (line 242) | private void validEntityBeforeSave(PzcActivityGroup entity) { method deleteWithValidByIds (line 249) | @Override method checkActivity (line 257) | @Override method checkGroup (line 262) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcActivityServiceImpl.java class PzcActivityServiceImpl (line 33) | @RequiredArgsConstructor method queryById (line 63) | @Override method queryPageList (line 150) | @Override method queryPageListWx (line 161) | @Override method queryList (line 176) | @Override method buildQueryWrapper (line 182) | private LambdaQueryWrapper buildQueryWrapper(PzcActivityB... method insertByBo (line 214) | @Override method saveActivityConfigs (line 245) | @Transactional //这里关联其他表的保存 method updateByBo (line 522) | @Override method validEntityBeforeSave (line 538) | private void validEntityBeforeSave(PzcActivity entity) { method deleteWithValidByIds (line 556) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcArtistServiceImpl.java class PzcArtistServiceImpl (line 31) | @RequiredArgsConstructor method queryById (line 44) | @Override method queryPageList (line 52) | @Override method queryList (line 63) | @Override method buildQueryWrapper (line 69) | private LambdaQueryWrapper buildQueryWrapper(PzcArtistBo bo) { method insertByBo (line 81) | @Override method updateByBo (line 95) | @Override method validEntityBeforeSave (line 105) | private void validEntityBeforeSave(PzcArtist entity){ method deleteWithValidByIds (line 112) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcIntroServiceImpl.java class PzcIntroServiceImpl (line 29) | @RequiredArgsConstructor method queryById (line 39) | @Override method queryPageList (line 47) | @Override method queryList (line 58) | @Override method buildQueryWrapper (line 64) | private LambdaQueryWrapper buildQueryWrapper(PzcIntroBo bo) { method insertByBo (line 79) | @Override method updateByBo (line 93) | @Override method validEntityBeforeSave (line 103) | private void validEntityBeforeSave(PzcIntro entity){ method deleteWithValidByIds (line 110) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcOfficialServiceImpl.java class PzcOfficialServiceImpl (line 30) | @RequiredArgsConstructor method queryById (line 39) | @Override method queryPageList (line 47) | @Override method queryList (line 58) | @Override method buildQueryWrapper (line 64) | private LambdaQueryWrapper buildQueryWrapper(PzcOfficialB... method insertByBo (line 82) | @Override method updateByBo (line 96) | @Override method validEntityBeforeSave (line 106) | private void validEntityBeforeSave(PzcOfficial entity){ method deleteWithValidByIds (line 113) | @Override method read (line 122) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcOrderServiceImpl.java class PzcOrderServiceImpl (line 28) | @RequiredArgsConstructor method queryById (line 37) | @Override method queryPageList (line 45) | @Override method queryList (line 55) | @Override method buildQueryWrapper (line 61) | private LambdaQueryWrapper buildQueryWrapper(PzcOrderBo bo) { method insertByBo (line 80) | @Override method updateByBo (line 94) | @Override method validEntityBeforeSave (line 104) | private void validEntityBeforeSave(PzcOrder entity){ method deleteWithValidByIds (line 111) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcOrganizerServiceImpl.java class PzcOrganizerServiceImpl (line 29) | @RequiredArgsConstructor method queryById (line 39) | @Override method queryPageList (line 47) | @Override method queryList (line 58) | @Override method buildQueryWrapper (line 64) | private LambdaQueryWrapper buildQueryWrapper(PzcOrganize... method insertByBo (line 77) | @Override method updateByBo (line 91) | @Override method validEntityBeforeSave (line 101) | private void validEntityBeforeSave(PzcOrganizer entity){ method deleteWithValidByIds (line 108) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcOrganizerTicketServiceImpl.java class PzcOrganizerTicketServiceImpl (line 28) | @RequiredArgsConstructor method queryById (line 37) | @Override method queryPageList (line 45) | @Override method queryList (line 55) | @Override method buildQueryWrapper (line 61) | private LambdaQueryWrapper buildQueryWrapper(PzcOr... method insertByBo (line 74) | @Override method updateByBo (line 88) | @Override method validEntityBeforeSave (line 98) | private void validEntityBeforeSave(PzcOrganizerTicket entity){ method deleteWithValidByIds (line 105) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcRegionServiceImpl.java class PzcRegionServiceImpl (line 28) | @RequiredArgsConstructor method queryById (line 37) | @Override method queryPageList (line 45) | @Override method queryList (line 60) | @Override method buildQueryWrapper (line 66) | private LambdaQueryWrapper buildQueryWrapper(PzcRegionBo bo) { method insertByBo (line 80) | @Override method updateByBo (line 94) | @Override method validEntityBeforeSave (line 104) | private void validEntityBeforeSave(PzcRegion entity){ method deleteWithValidByIds (line 111) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcTagServiceImpl.java class PzcTagServiceImpl (line 29) | @RequiredArgsConstructor method queryById (line 39) | @Override method queryPageList (line 47) | @Override method queryList (line 58) | @Override method buildQueryWrapper (line 64) | private LambdaQueryWrapper buildQueryWrapper(PzcTagBo bo) { method insertByBo (line 77) | @Override method updateByBo (line 91) | @Override method validEntityBeforeSave (line 101) | private void validEntityBeforeSave(PzcTag entity){ method deleteWithValidByIds (line 108) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcUserCollectServiceImpl.java class PzcUserCollectServiceImpl (line 28) | @RequiredArgsConstructor method queryById (line 42) | @Override method queryPageList (line 50) | @Override method queryList (line 82) | @Override method buildQueryWrapper (line 88) | private LambdaQueryWrapper buildQueryWrapper(PzcUserCo... method insertByBo (line 99) | @Override method updateByBo (line 113) | @Override method validEntityBeforeSave (line 123) | private void validEntityBeforeSave(PzcUserCollect entity){ method deleteWithValidByIds (line 130) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcUserHistoryServiceImpl.java class PzcUserHistoryServiceImpl (line 30) | @RequiredArgsConstructor method queryById (line 39) | @Override method queryPageList (line 47) | @Override method queryList (line 57) | @Override method buildQueryWrapper (line 63) | private LambdaQueryWrapper buildQueryWrapper(PzcUserHi... method insertByBo (line 86) | @Override method updateByBo (line 100) | @Override method validEntityBeforeSave (line 110) | private void validEntityBeforeSave(PzcUserHistory entity){ method deleteWithValidByIds (line 117) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcUserPhotoServiceImpl.java class PzcUserPhotoServiceImpl (line 28) | @RequiredArgsConstructor method queryById (line 37) | @Override method queryPageList (line 45) | @Override method queryList (line 55) | @Override method buildQueryWrapper (line 61) | private LambdaQueryWrapper buildQueryWrapper(PzcUserPhot... method insertByBo (line 75) | @Override method updateByBo (line 89) | @Override method validEntityBeforeSave (line 99) | private void validEntityBeforeSave(PzcUserPhoto entity){ method deleteWithValidByIds (line 106) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcUserServiceImpl.java class PzcUserServiceImpl (line 30) | @RequiredArgsConstructor method queryById (line 41) | @Override method queryPageList (line 49) | @Override method queryList (line 60) | @Override method buildQueryWrapper (line 66) | private LambdaQueryWrapper buildQueryWrapper(PzcUserBo bo) { method insertByBo (line 95) | @Override method updateByBo (line 109) | @Override method validEntityBeforeSave (line 119) | private void validEntityBeforeSave(PzcUser entity){ method deleteWithValidByIds (line 126) | @Override method updateMoney (line 134) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcUserTalkServiceImpl.java class PzcUserTalkServiceImpl (line 31) | @RequiredArgsConstructor method queryById (line 43) | @Override method queryPageList (line 51) | @Override method queryMyPageList (line 64) | @Override method queryList (line 98) | @Override method buildQueryWrapper (line 104) | private LambdaQueryWrapper buildQueryWrapper(PzcUserTalkB... method insertByBo (line 120) | @Override method updateByBo (line 134) | @Override method validEntityBeforeSave (line 144) | private void validEntityBeforeSave(PzcUserTalk entity) { method deleteWithValidByIds (line 151) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/service/impl/PzcViewPagerServiceImpl.java class PzcViewPagerServiceImpl (line 29) | @RequiredArgsConstructor method queryById (line 40) | @Override method queryPageList (line 48) | @Override method queryList (line 59) | @Override method buildQueryWrapper (line 65) | private LambdaQueryWrapper buildQueryWrapper(PzcViewPage... method insertByBo (line 79) | @Override method updateByBo (line 93) | @Override method validEntityBeforeSave (line 103) | private void validEntityBeforeSave(PzcViewPager entity){ method deleteWithValidByIds (line 110) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/ActivityUtils.java class ActivityUtils (line 18) | @Component method checkActivity (line 37) | public Boolean checkActivity(Integer activityId) { method checkGroup (line 64) | public Boolean checkGroup(Integer activityId,Long groupId) { method allCheck (line 90) | public Boolean allCheck(Integer activityId, Long groupId) { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/CreateSign.java class CreateSign (line 17) | @Slf4j method getSign (line 32) | public String getSign(String appId, long timestamp, String nonceStr, S... method buildMessage (line 40) | private String buildMessage(String appId, long timestamp, String nonce... method sign (line 46) | private String sign(byte[] message) throws Exception{ FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/MyPrivateKey.java class MyPrivateKey (line 17) | public class MyPrivateKey { method getPrivateKey (line 26) | public static PrivateKey getPrivateKey(String filename) throws IOExcep... FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/WxUtils.java class WxUtils (line 27) | @Component method checkMgc (line 49) | public void checkMgc(String msg) method sendArriveMsg (line 63) | public R sendArriveMsg(String toUserOpenId, Map data) { method checkApplyConfirm (line 91) | public PzcActivityGroupApplyVo checkApplyConfirm(Long applyId) method checkApplyPj (line 111) | public PzcActivityGroupApplyVo checkApplyPj(long applyId) { method applyStatus (line 135) | public String applyStatus(Integer applyStatus) method getAccessToken (line 189) | public String getAccessToken() { method checkUser (line 195) | public PzcUser checkUser() method insertPzcOfficialMsg (line 205) | public void insertPzcOfficialMsg(Long fromUserId,Long toUserId,String ... method insertUserHistory (line 221) | public void insertUserHistory(Long userId, Long activityId, Long type,... method checkApplyScore (line 234) | public void checkApplyScore(Integer score) { method updateUserMsg (line 241) | public void updateUserMsg(PzcUser otherUser) { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/gaode/GaoDeEnum.java type GaoDeEnum (line 11) | @AllArgsConstructor FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/gaode/GaoDeMapUtil.java class GaoDeMapUtil (line 22) | @Component method getDistanceByAddress (line 48) | public Long getDistanceByAddress(String start, String end) { method getLonLat (line 63) | public R getLonLat(String address) { method getAddress (line 87) | public static R getAddress(String longitude, String latitude) throws E... method getDistance (line 136) | public R getDistance(String startLonLat, String endLonLat) { method getResponse (line 169) | private static String getResponse(String serverUrl) { method main (line 189) | public static void main(String[] args) throws Exception { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/map/City.java class City (line 3) | public class City { method getName (line 6) | public String getName() { method setName (line 10) | public void setName(String name) { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/map/CitySql.java class CitySql (line 11) | @Data method main (line 14) | public static void main(String[] args) throws IOException { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/map/Maps.java class Maps (line 7) | @Data FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/sensitivewordsfiliter/BaseSearch.java class BaseSearch (line 8) | public class BaseSearch { method SetKeywords (line 18) | public void SetKeywords(List keywords) { method SetKeywords (line 24) | protected void SetKeywords() { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/sensitivewordsfiliter/TrieNode.java class TrieNode (line 7) | public class TrieNode implements Comparable { method TrieNode (line 22) | public TrieNode() { method Add (line 27) | public TrieNode Add(final Character c) { method SetResults (line 38) | public void SetResults(final Integer index) { method compareTo (line 47) | @Override FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/sensitivewordsfiliter/TrieNode2.java class TrieNode2 (line 8) | public class TrieNode2 { method TrieNode2 (line 15) | public TrieNode2() method Add (line 21) | public void Add(final char c, final TrieNode2 node3) { method SetResults (line 31) | public void SetResults(final Integer index) { method HasKey (line 40) | public boolean HasKey(final char c) { method GetValue (line 47) | public TrieNode2 GetValue(final char c) { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/sensitivewordsfiliter/WordsSearch.java class WordsSearch (line 8) | public class WordsSearch extends BaseSearch { method FindFirst (line 17) | public WordsSearchResult FindFirst(final String text) { method FindAll (line 50) | public List FindAll(final String text) { method ContainsAny (line 86) | public boolean ContainsAny(final String text) { method Replace (line 116) | public String Replace(final String text) { method Replace (line 127) | public String Replace(final String text, final char replaceChar) { FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/sensitivewordsfiliter/WordsSearchResult.java class WordsSearchResult (line 3) | public class WordsSearchResult { method WordsSearchResult (line 5) | public WordsSearchResult(final String keyword, final int start, final ... method WordsSearchResult (line 13) | public WordsSearchResult(final String keyword, final int start, final ... FILE: PaiZhiCheng/src/main/java/top/flya/system/utils/sensitivewordsfiliter/WorldsFilterUtils.java class WorldsFilterUtils (line 19) | @Slf4j method initBlackWordsList (line 26) | public static void initBlackWordsList() { method wordsCheck (line 45) | private static boolean wordsCheck(List worlds, String content) { method checkBySystemWords (line 52) | public static boolean checkBySystemWords(String content) { method loadSystemKeywords (line 58) | public synchronized static void loadSystemKeywords() { method forceLoadSystemKeywords (line 65) | public synchronized static void forceLoadSystemKeywords() { FILE: PaiZhiCheng/src/main/java/top/flya/system/xxlJob/ScheduledExecutorUtils.java class ScheduledExecutorUtils (line 10) | public class ScheduledExecutorUtils { method scheduleTask (line 13) | public static void scheduleTask(String timeString, RunnableWithParams ... method main (line 28) | public static void main(String[] args) { type RunnableWithParams (line 53) | @FunctionalInterface method run (line 55) | void run(Object... params); FILE: PaiZhiCheng/src/main/java/top/flya/system/xxlJob/WxHandler.java class WxHandler (line 13) | @Component method syncWxUserCancel (line 37) | @XxlJob("wxJobHandler") method getLevel (line 52) | public Integer getLevel(Integer jf) { FILE: PaiZhiCheng/src/main/java/top/flya/system/xxlJob/diy/JobLoginService.java class JobLoginService (line 15) | @Component method login (line 29) | public void login() { method getCookie (line 45) | public String getCookie() { FILE: PaiZhiCheng/src/main/java/top/flya/system/xxlJob/diy/TestController.java class TestController (line 20) | @RestController method getJobList (line 41) | @GetMapping("/list") method createNewJob (line 62) | @PostMapping("/add") method updateNewJob (line 102) | @PostMapping("/update") method startNewJob (line 142) | @PostMapping("/start") method stopNewJob (line 158) | @PostMapping("/stop") FILE: PaiZhiCheng/src/main/java/top/flya/system/xxlJob/diy/XxlJobGroup.java class XxlJobGroup (line 12) | public class XxlJobGroup { method getRegistryList (line 23) | public List getRegistryList() { method getId (line 30) | public int getId() { method setId (line 34) | public void setId(int id) { method getAppname (line 38) | public String getAppname() { method setAppname (line 42) | public void setAppname(String appname) { method getTitle (line 46) | public String getTitle() { method setTitle (line 50) | public void setTitle(String title) { method getAddressType (line 54) | public int getAddressType() { method setAddressType (line 58) | public void setAddressType(int addressType) { method getAddressList (line 62) | public String getAddressList() { method getUpdateTime (line 66) | public Date getUpdateTime() { method setUpdateTime (line 70) | public void setUpdateTime(Date updateTime) { method setAddressList (line 74) | public void setAddressList(String addressList) { FILE: PaiZhiCheng/src/main/java/top/flya/system/xxlJob/diy/XxlJobInfo.java class XxlJobInfo (line 12) | public class XxlJobInfo { method getId (line 48) | public int getId() { method setId (line 52) | public void setId(int id) { method getJobGroup (line 56) | public int getJobGroup() { method setJobGroup (line 60) | public void setJobGroup(int jobGroup) { method getJobDesc (line 64) | public String getJobDesc() { method setJobDesc (line 68) | public void setJobDesc(String jobDesc) { method getAddTime (line 72) | public Date getAddTime() { method setAddTime (line 76) | public void setAddTime(Date addTime) { method getUpdateTime (line 80) | public Date getUpdateTime() { method setUpdateTime (line 84) | public void setUpdateTime(Date updateTime) { method getAuthor (line 88) | public String getAuthor() { method setAuthor (line 92) | public void setAuthor(String author) { method getAlarmEmail (line 96) | public String getAlarmEmail() { method setAlarmEmail (line 100) | public void setAlarmEmail(String alarmEmail) { method getScheduleType (line 104) | public String getScheduleType() { method setScheduleType (line 108) | public void setScheduleType(String scheduleType) { method getScheduleConf (line 112) | public String getScheduleConf() { method setScheduleConf (line 116) | public void setScheduleConf(String scheduleConf) { method getMisfireStrategy (line 120) | public String getMisfireStrategy() { method setMisfireStrategy (line 124) | public void setMisfireStrategy(String misfireStrategy) { method getExecutorRouteStrategy (line 128) | public String getExecutorRouteStrategy() { method setExecutorRouteStrategy (line 132) | public void setExecutorRouteStrategy(String executorRouteStrategy) { method getExecutorHandler (line 136) | public String getExecutorHandler() { method setExecutorHandler (line 140) | public void setExecutorHandler(String executorHandler) { method getExecutorParam (line 144) | public String getExecutorParam() { method setExecutorParam (line 148) | public void setExecutorParam(String executorParam) { method getExecutorBlockStrategy (line 152) | public String getExecutorBlockStrategy() { method setExecutorBlockStrategy (line 156) | public void setExecutorBlockStrategy(String executorBlockStrategy) { method getExecutorTimeout (line 160) | public int getExecutorTimeout() { method setExecutorTimeout (line 164) | public void setExecutorTimeout(int executorTimeout) { method getExecutorFailRetryCount (line 168) | public int getExecutorFailRetryCount() { method setExecutorFailRetryCount (line 172) | public void setExecutorFailRetryCount(int executorFailRetryCount) { method getGlueType (line 176) | public String getGlueType() { method setGlueType (line 180) | public void setGlueType(String glueType) { method getGlueSource (line 184) | public String getGlueSource() { method setGlueSource (line 188) | public void setGlueSource(String glueSource) { method getGlueRemark (line 192) | public String getGlueRemark() { method setGlueRemark (line 196) | public void setGlueRemark(String glueRemark) { method getGlueUpdatetime (line 200) | public Date getGlueUpdatetime() { method setGlueUpdatetime (line 204) | public void setGlueUpdatetime(Date glueUpdatetime) { method getChildJobId (line 208) | public String getChildJobId() { method setChildJobId (line 212) | public void setChildJobId(String childJobId) { method getTriggerStatus (line 216) | public int getTriggerStatus() { method setTriggerStatus (line 220) | public void setTriggerStatus(int triggerStatus) { method getTriggerLastTime (line 224) | public long getTriggerLastTime() { method setTriggerLastTime (line 228) | public void setTriggerLastTime(long triggerLastTime) { method getTriggerNextTime (line 232) | public long getTriggerNextTime() { method setTriggerNextTime (line 236) | public void setTriggerNextTime(long triggerNextTime) { FILE: PaiZhiCheng/src/main/resources/static/js/socket.io/socket.io.js function s (line 1) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re... function lookup (line 1) | function lookup(uri,opts){if(typeof uri=="object"){opts=uri;uri=undefine... function Manager (line 1) | function Manager(uri,opts){if(!(this instanceof Manager))return new Mana... function on (line 1) | function on(obj,ev,fn){obj.on(ev,fn);return{destroy:function(){obj.remov... function Socket (line 1) | function Socket(io,nsp){this.io=io;this.nsp=nsp;this.json=this;this.ids=... function url (line 1) | function url(uri,loc){var obj=uri;var loc=loc||global.location;if(null==... function Backoff (line 1) | function Backoff(opts){opts=opts||{};this.ms=opts.min||100;this.max=opts... function Emitter (line 1) | function Emitter(obj){if(obj)return mixin(obj)} function mixin (line 1) | function mixin(obj){for(var key in Emitter.prototype){obj[key]=Emitter.p... function on (line 1) | function on(){self.off(event,on);fn.apply(this,arguments)} function debug (line 1) | function debug(name){if(!debug.enabled(name))return function(){};return ... function coerce (line 1) | function coerce(val){if(val instanceof Error)return val.stack||val.messa... function noop (line 1) | function noop(){} function Socket (line 1) | function Socket(uri,opts){if(!(this instanceof Socket))return new Socket... function clone (line 1) | function clone(obj){var o={};for(var i in obj){if(obj.hasOwnProperty(i))... function onTransportOpen (line 1) | function onTransportOpen(){if(self.onlyBinaryUpgrades){var upgradeLosesB... function freezeTransport (line 1) | function freezeTransport(){if(failed)return;failed=true;cleanup();transp... function onerror (line 1) | function onerror(err){var error=new Error("probe error: "+err);error.tra... function onTransportClose (line 1) | function onTransportClose(){onerror("transport closed")} function onclose (line 1) | function onclose(){onerror("socket closed")} function onupgrade (line 1) | function onupgrade(to){if(transport&&to.name!=transport.name){debug('"%s... function cleanup (line 1) | function cleanup(){transport.removeListener("open",onTransportOpen);tran... function close (line 1) | function close(){self.onClose("forced close");debug("socket closing - te... function cleanupAndClose (line 1) | function cleanupAndClose(){self.removeListener("upgrade",cleanupAndClose... function waitForUpgrade (line 1) | function waitForUpgrade(){self.once("upgrade",cleanupAndClose);self.once... function Transport (line 1) | function Transport(opts){this.path=opts.path;this.hostname=opts.hostname... function polling (line 1) | function polling(opts){var xhr;var xd=false;var xs=false;var jsonp=false... function empty (line 2) | function empty(){} function JSONPPolling (line 2) | function JSONPPolling(opts){Polling.call(this,opts);this.query=this.quer... function complete (line 2) | function complete(){initIframe();fn()} function initIframe (line 2) | function initIframe(){if(self.iframe){try{self.form.removeChild(self.ifr... function empty (line 2) | function empty(){} function XHR (line 2) | function XHR(opts){Polling.call(this,opts);if(global.location){var isSSL... function Request (line 2) | function Request(opts){this.method=opts.method||"GET";this.uri=opts.uri;... function unloadHandler (line 2) | function unloadHandler(){for(var i in Request.requests){if(Request.reque... function Polling (line 2) | function Polling(opts){var forceBase64=opts&&opts.forceBase64;if(!hasXHR... function pause (line 2) | function pause(){debug("paused");self.readyState="paused";onPause()} function close (line 2) | function close(){debug("writing close packet");self.write([{type:"close"... function WS (line 2) | function WS(opts){var forceBase64=opts&&opts.forceBase64;if(forceBase64)... function ondrain (line 2) | function ondrain(){self.writable=true;self.emit("drain")} function useColors (line 2) | function useColors(){return"WebkitAppearance"in document.documentElement... function formatArgs (line 2) | function formatArgs(){var args=arguments;var useColors=this.useColors;ar... function log (line 2) | function log(){return"object"==typeof console&&"function"==typeof consol... function save (line 2) | function save(namespaces){try{if(null==namespaces){localStorage.removeIt... function load (line 2) | function load(){var r;try{r=localStorage.debug}catch(e){}return r} function selectColor (line 2) | function selectColor(){return exports.colors[prevColor++%exports.colors.... function debug (line 2) | function debug(namespace){function disabled(){}disabled.enabled=false;fu... function enable (line 2) | function enable(namespaces){exports.save(namespaces);var split=(namespac... function disable (line 2) | function disable(){exports.enable("")} function enabled (line 2) | function enabled(name){var i,len;for(i=0,len=exports.skips.length;i=d)return Math.round(ms/d)+"d";if(ms>=h)return ... function long (line 2) | function long(ms){return plural(ms,d,"day")||plural(ms,h,"hour")||plural... function plural (line 2) | function plural(ms,n,name){if(ms=byteCount){throw Error("In... function decodeSymbol (line 3) | function decodeSymbol(){var byte1;var byte2;var byte3;var byte4;var code... function utf8decode (line 3) | function utf8decode(byteString){byteArray=ucs2decode(byteString);byteCou... function ws (line 3) | function ws(uri,protocols,opts){var instance;if(protocols){instance=new ... function hasBinary (line 3) | function hasBinary(data){function _hasBinary(obj){if(!obj)return false;i... function _deconstructPacket (line 3) | function _deconstructPacket(data){if(!data)return data;if(isBuf(data)){v... function _reconstructPacket (line 3) | function _reconstructPacket(data){if(data&&data._placeholder){var buf=bu... function _removeBlobs (line 3) | function _removeBlobs(obj,curKey,containingObject){if(!obj)return obj;if... function Encoder (line 3) | function Encoder(){} function encodeAsString (line 3) | function encodeAsString(obj){var str="";var nsp=false;str+=obj.type;if(e... function encodeAsBinary (line 3) | function encodeAsBinary(obj,callback){function writeEncoding(bloblessDat... function Decoder (line 3) | function Decoder(){this.reconstructor=null} function decodeString (line 3) | function decodeString(str){var p={};var i=0;p.type=Number(str.charAt(0))... function BinaryReconstructor (line 3) | function BinaryReconstructor(packet){this.reconPack=packet;this.buffers=[]} function error (line 3) | function error(data){return{type:exports.ERROR,data:"parser error"}} function isBuf (line 3) | function isBuf(obj){return global.Buffer&&global.Buffer.isBuffer(obj)||g... function has (line 3) | function has(name){if(has[name]!==undef){return has[name]}var isSupporte... function toArray (line 3) | function toArray(list,index){var array=[];index=index||0;for(var i=index... FILE: ruoyi-admin/src/main/java/top/flya/RuoYiApplication.java class RuoYiApplication (line 12) | @SpringBootApplication method main (line 15) | public static void main(String[] args) { FILE: ruoyi-admin/src/main/java/top/flya/RuoYiServletInitializer.java class RuoYiServletInitializer (line 11) | public class RuoYiServletInitializer extends SpringBootServletInitializer { method configure (line 13) | @Override FILE: ruoyi-admin/src/main/java/top/flya/web/controller/common/CaptchaController.java class CaptchaController (line 42) | @SaIgnore method smsCaptcha (line 59) | @GetMapping("/captchaSms") method emailCode (line 85) | @GetMapping("/captchaEmail") method getCode (line 105) | @GetMapping("/captchaImage") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/monitor/CacheController.java class CacheController (line 26) | @RequiredArgsConstructor method getInfo (line 49) | @SaCheckPermission("monitor:cache:list") method cache (line 78) | @SaCheckPermission("monitor:cache:list") method getCacheKeys (line 89) | @SaCheckPermission("monitor:cache:list") method getCacheValue (line 110) | @SaCheckPermission("monitor:cache:list") method clearCacheName (line 128) | @SaCheckPermission("monitor:cache:list") method clearCacheKey (line 144) | @SaCheckPermission("monitor:cache:list") method clearCacheAll (line 158) | @SaCheckPermission("monitor:cache:list") method isCacheNames (line 165) | private boolean isCacheNames(String cacheName) { FILE: ruoyi-admin/src/main/java/top/flya/web/controller/monitor/SysLogininforController.java class SysLogininforController (line 27) | @Validated method list (line 38) | @SaCheckPermission("monitor:logininfor:list") method export (line 47) | @Log(title = "登录日志", businessType = BusinessType.EXPORT) method remove (line 59) | @SaCheckPermission("monitor:logininfor:remove") method clean (line 69) | @SaCheckPermission("monitor:logininfor:remove") method unlock (line 77) | @SaCheckPermission("monitor:logininfor:unlock") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/monitor/SysOperlogController.java class SysOperlogController (line 25) | @Validated method list (line 36) | @SaCheckPermission("monitor:operlog:list") method export (line 45) | @Log(title = "操作日志", businessType = BusinessType.EXPORT) method remove (line 57) | @Log(title = "操作日志", businessType = BusinessType.DELETE) method clean (line 67) | @Log(title = "操作日志", businessType = BusinessType.CLEAN) FILE: ruoyi-admin/src/main/java/top/flya/web/controller/monitor/SysUserOnlineController.java class SysUserOnlineController (line 30) | @RequiredArgsConstructor method list (line 41) | @SaCheckPermission("monitor:online:list") method forceLogout (line 80) | @SaCheckPermission("monitor:online:forceLogout") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysConfigController.java class SysConfigController (line 26) | @Validated method list (line 37) | @SaCheckPermission("system:config:list") method export (line 46) | @Log(title = "参数管理", businessType = BusinessType.EXPORT) method getInfo (line 59) | @SaCheckPermission("system:config:query") method getConfigKey (line 70) | @GetMapping(value = "/configKey/{configKey}") method add (line 78) | @SaCheckPermission("system:config:add") method edit (line 92) | @SaCheckPermission("system:config:edit") method updateByKey (line 106) | @SaCheckPermission("system:config:edit") method remove (line 119) | @SaCheckPermission("system:config:remove") method refreshCache (line 130) | @SaCheckPermission("system:config:remove") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysDeptController.java class SysDeptController (line 24) | @Validated method list (line 35) | @SaCheckPermission("system:dept:list") method excludeChild (line 47) | @SaCheckPermission("system:dept:list") method getInfo (line 61) | @SaCheckPermission("system:dept:query") method add (line 71) | @SaCheckPermission("system:dept:add") method edit (line 84) | @SaCheckPermission("system:dept:edit") method remove (line 106) | @SaCheckPermission("system:dept:remove") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysDictDataController.java class SysDictDataController (line 28) | @Validated method list (line 41) | @GetMapping("/list") method export (line 49) | @Log(title = "字典数据", businessType = BusinessType.EXPORT) method getInfo (line 63) | @GetMapping(value = "/{dictCode}") method dictType (line 73) | @GetMapping(value = "/type/{dictType}") method add (line 85) | @SaCheckPermission("system:dict:add") method edit (line 96) | @SaCheckPermission("system:dict:edit") method remove (line 109) | @SaCheckPermission("system:dict:remove") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysDictTypeController.java class SysDictTypeController (line 26) | @Validated method list (line 37) | @SaCheckPermission("system:dict:list") method export (line 46) | @Log(title = "字典类型", businessType = BusinessType.EXPORT) method getInfo (line 59) | @SaCheckPermission("system:dict:query") method add (line 68) | @SaCheckPermission("system:dict:add") method edit (line 82) | @SaCheckPermission("system:dict:edit") method remove (line 98) | @SaCheckPermission("system:dict:remove") method refreshCache (line 109) | @SaCheckPermission("system:dict:remove") method optionselect (line 120) | @GetMapping("/optionselect") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysIndexController.java class SysIndexController (line 15) | @RequiredArgsConstructor method index (line 27) | @SaIgnore FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysLoginController.java class SysLoginController (line 35) | @Validated method login (line 50) | @SaIgnore method smsLogin (line 67) | @SaIgnore method emailLogin (line 83) | @PostMapping("/emailLogin") method xcxLogin (line 95) | @SaIgnore method logout (line 108) | @SaIgnore method getInfo (line 120) | @GetMapping("getInfo") method getRouters (line 136) | @GetMapping("getRouters") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysMenuController.java class SysMenuController (line 26) | @Validated method list (line 37) | @SaCheckPermission("system:menu:list") method getInfo (line 49) | @SaCheckPermission("system:menu:query") method treeselect (line 58) | @GetMapping("/treeselect") method roleMenuTreeselect (line 69) | @GetMapping(value = "/roleMenuTreeselect/{roleId}") method add (line 81) | @SaCheckPermission("system:menu:add") method edit (line 96) | @SaCheckPermission("system:menu:edit") method remove (line 115) | @SaCheckPermission("system:menu:remove") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysNoticeController.java class SysNoticeController (line 21) | @Validated method list (line 32) | @SaCheckPermission("system:notice:list") method getInfo (line 43) | @SaCheckPermission("system:notice:query") method add (line 52) | @SaCheckPermission("system:notice:add") method edit (line 62) | @SaCheckPermission("system:notice:edit") method remove (line 74) | @SaCheckPermission("system:notice:remove") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysOssConfigController.java class SysOssConfigController (line 32) | @Validated method list (line 43) | @SaCheckPermission("system:oss:list") method getInfo (line 54) | @SaCheckPermission("system:oss:query") method add (line 64) | @SaCheckPermission("system:oss:add") method edit (line 75) | @SaCheckPermission("system:oss:edit") method remove (line 88) | @SaCheckPermission("system:oss:remove") method changeStatus (line 99) | @SaCheckPermission("system:oss:edit") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysOssController.java class SysOssController (line 35) | @Validated method list (line 46) | @SaCheckPermission("system:oss:list") method listByIds (line 57) | @SaCheckPermission("system:oss:list") method upload (line 71) | @Log(title = "OSS对象存储", businessType = BusinessType.INSERT) method download (line 90) | @SaCheckPermission("system:oss:download") method remove (line 101) | @SaCheckPermission("system:oss:remove") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysPostController.java class SysPostController (line 26) | @Validated method list (line 37) | @SaCheckPermission("system:post:list") method export (line 46) | @Log(title = "岗位管理", businessType = BusinessType.EXPORT) method getInfo (line 59) | @SaCheckPermission("system:post:query") method add (line 68) | @SaCheckPermission("system:post:add") method edit (line 83) | @SaCheckPermission("system:post:edit") method remove (line 100) | @SaCheckPermission("system:post:remove") method optionselect (line 110) | @GetMapping("/optionselect") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysProfileController.java class SysProfileController (line 33) | @Validated method profile (line 45) | @GetMapping method updateProfile (line 58) | @Log(title = "个人信息", businessType = BusinessType.UPDATE) method updatePwd (line 84) | @Log(title = "个人信息", businessType = BusinessType.UPDATE) method avatar (line 108) | @Log(title = "用户头像", businessType = BusinessType.UPDATE) FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysRegisterController.java class SysRegisterController (line 20) | @Validated method register (line 31) | @SaIgnore FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysRoleController.java class SysRoleController (line 33) | @Validated method list (line 47) | @SaCheckPermission("system:role:list") method export (line 56) | @Log(title = "角色管理", businessType = BusinessType.EXPORT) method getInfo (line 69) | @SaCheckPermission("system:role:query") method add (line 79) | @SaCheckPermission("system:role:add") method edit (line 95) | @SaCheckPermission("system:role:edit") method dataScope (line 117) | @SaCheckPermission("system:role:edit") method changeStatus (line 129) | @SaCheckPermission("system:role:edit") method remove (line 143) | @SaCheckPermission("system:role:remove") method optionselect (line 153) | @SaCheckPermission("system:role:query") method allocatedList (line 162) | @SaCheckPermission("system:role:list") method unallocatedList (line 171) | @SaCheckPermission("system:role:list") method cancelAuthUser (line 180) | @SaCheckPermission("system:role:edit") method cancelAuthUserAll (line 193) | @SaCheckPermission("system:role:edit") method selectAuthUserAll (line 206) | @SaCheckPermission("system:role:edit") method roleDeptTreeselect (line 219) | @SaCheckPermission("system:role:list") FILE: ruoyi-admin/src/main/java/top/flya/web/controller/system/SysUserController.java class SysUserController (line 48) | @Validated method list (line 62) | @SaCheckPermission("system:user:list") method export (line 71) | @Log(title = "用户管理", businessType = BusinessType.EXPORT) method importData (line 94) | @Log(title = "用户管理", businessType = BusinessType.IMPORT) method importTemplate (line 105) | @PostMapping("/importTemplate") method getInfo (line 115) | @SaCheckPermission("system:user:query") method add (line 135) | @SaCheckPermission("system:user:add") method edit (line 153) | @SaCheckPermission("system:user:edit") method remove (line 174) | @SaCheckPermission("system:user:remove") method resetPwd (line 187) | @SaCheckPermission("system:user:resetPwd") method changeStatus (line 200) | @SaCheckPermission("system:user:edit") method authRole (line 214) | @SaCheckPermission("system:user:query") method insertAuthRole (line 231) | @SaCheckPermission("system:user:edit") method deptTree (line 243) | @SaCheckPermission("system:user:list") FILE: ruoyi-common/src/main/java/top/flya/common/captcha/UnsignedMathGenerator.java class UnsignedMathGenerator (line 14) | public class UnsignedMathGenerator implements CodeGenerator { method UnsignedMathGenerator (line 28) | public UnsignedMathGenerator() { method UnsignedMathGenerator (line 37) | public UnsignedMathGenerator(int numberLength) { method generate (line 41) | @Override method verify (line 54) | @Override method getLength (line 73) | public int getLength() { method getLimit (line 82) | private int getLimit() { FILE: ruoyi-common/src/main/java/top/flya/common/config/RuoYiConfig.java class RuoYiConfig (line 14) | @Data method setAddressEnabled (line 50) | public void setAddressEnabled(boolean addressEnabled) { FILE: ruoyi-common/src/main/java/top/flya/common/constant/CacheConstants.java type CacheConstants (line 8) | public interface CacheConstants { FILE: ruoyi-common/src/main/java/top/flya/common/constant/CacheNames.java type CacheNames (line 16) | public interface CacheNames { FILE: ruoyi-common/src/main/java/top/flya/common/constant/Constants.java type Constants (line 8) | public interface Constants { FILE: ruoyi-common/src/main/java/top/flya/common/constant/GenConstants.java type GenConstants (line 8) | public interface GenConstants { FILE: ruoyi-common/src/main/java/top/flya/common/constant/HttpStatus.java type HttpStatus (line 8) | public interface HttpStatus { FILE: ruoyi-common/src/main/java/top/flya/common/constant/TransConstant.java type TransConstant (line 8) | public interface TransConstant { FILE: ruoyi-common/src/main/java/top/flya/common/constant/UserConstants.java type UserConstants (line 8) | public interface UserConstants { FILE: ruoyi-common/src/main/java/top/flya/common/convert/ExcelBigNumberConvert.java class ExcelBigNumberConvert (line 21) | @Slf4j method supportJavaTypeKey (line 24) | @Override method supportExcelTypeKey (line 29) | @Override method convertToJavaData (line 34) | @Override method convertToExcelData (line 39) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/convert/ExcelDictConvert.java class ExcelDictConvert (line 26) | @Slf4j method supportJavaTypeKey (line 29) | @Override method supportExcelTypeKey (line 34) | @Override method convertToJavaData (line 39) | @Override method convertToExcelData (line 53) | @Override method getAnnotation (line 70) | private ExcelDictFormat getAnnotation(Field field) { FILE: ruoyi-common/src/main/java/top/flya/common/convert/ExcelEnumConvert.java class ExcelEnumConvert (line 25) | @Slf4j method supportJavaTypeKey (line 28) | @Override method supportExcelTypeKey (line 33) | @Override method convertToJavaData (line 38) | @Override method convertToExcelData (line 50) | @Override method beforeConvert (line 60) | private Map beforeConvert(ExcelContentProperty content... method getAnnotation (line 72) | private ExcelEnumFormat getAnnotation(Field field) { FILE: ruoyi-common/src/main/java/top/flya/common/core/controller/BaseController.java class BaseController (line 13) | public class BaseController { method toAjax (line 21) | protected R toAjax(int rows) { method toAjax (line 31) | protected R toAjax(boolean result) { method redirect (line 38) | public String redirect(String url) { method getLoginUser (line 45) | public LoginUser getLoginUser() { method getUserId (line 52) | public Long getUserId() { method getDeptId (line 59) | public Long getDeptId() { method getUsername (line 66) | public String getUsername() { FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/BaseEntity.java class BaseEntity (line 20) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/PageQuery.java class PageQuery (line 22) | @Data method build (line 57) | public Page build() { method buildOrderItem (line 81) | private List buildOrderItem() { FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/R.java class R (line 14) | @Data method ok (line 35) | public static R ok() { method ok (line 39) | public static R ok(T data) { method ok (line 43) | public static R ok(String msg) { method ok (line 47) | public static R ok(String msg, T data) { method fail (line 51) | public static R fail() { method fail (line 55) | public static R fail(String msg) { method fail (line 59) | public static R fail(T data) { method fail (line 63) | public static R fail(String msg, T data) { method fail (line 67) | public static R fail(int code, String msg) { method warn (line 77) | public static R warn(String msg) { method warn (line 88) | public static R warn(String msg, T data) { method restResult (line 92) | private static R restResult(T data, int code, String msg) { method isError (line 100) | public static Boolean isError(R ret) { method isSuccess (line 104) | public static Boolean isSuccess(R ret) { FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/TreeEntity.java class TreeEntity (line 16) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/dto/RoleDTO.java class RoleDTO (line 14) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/dto/UserOnlineDTO.java class UserOnlineDTO (line 14) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/entity/SysDept.java class SysDept (line 21) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/entity/SysDictData.java class SysDictData (line 24) | @Data method getDefault (line 97) | public boolean getDefault() { FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/entity/SysDictType.java class SysDictType (line 24) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/entity/SysMenu.java class SysMenu (line 21) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/entity/SysRole.java class SysRole (line 24) | @Data method SysRole (line 114) | public SysRole(Long roleId) { method isAdmin (line 118) | public boolean isAdmin() { FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/entity/SysUser.java class SysUser (line 27) | @Data method getPassword (line 98) | @JsonIgnore method SysUser (line 160) | public SysUser(Long userId) { method isAdmin (line 164) | public boolean isAdmin() { FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/event/LogininforEvent.java class LogininforEvent (line 14) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/event/OperLogEvent.java class OperLogEvent (line 14) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/model/EmailLoginBody.java class EmailLoginBody (line 14) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/model/LoginBody.java class LoginBody (line 15) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/model/LoginUser.java class LoginUser (line 17) | @Data method getLoginId (line 106) | public String getLoginId() { FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/model/RegisterBody.java class RegisterBody (line 11) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/model/SmsLoginBody.java class SmsLoginBody (line 13) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/domain/model/XcxLoginUser.java class XcxLoginUser (line 12) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/core/mapper/BaseMapperPlus.java type BaseMapperPlus (line 30) | @SuppressWarnings("unchecked") method currentVoClass (line 35) | default Class currentVoClass() { method currentModelClass (line 39) | default Class currentModelClass() { method currentMapperClass (line 43) | default Class currentMapperClass() { method selectList (line 47) | default List selectList() { method insertBatch (line 54) | default boolean insertBatch(Collection entityList) { method updateBatchById (line 61) | default boolean updateBatchById(Collection entityList) { method insertOrUpdateBatch (line 68) | default boolean insertOrUpdateBatch(Collection entityList) { method insertBatch (line 75) | default boolean insertBatch(Collection entityList, int batchSize) { method updateBatchById (line 82) | default boolean updateBatchById(Collection entityList, int batchSiz... method insertOrUpdateBatch (line 89) | default boolean insertOrUpdateBatch(Collection entityList, int batc... method insertOrUpdate (line 96) | default boolean insertOrUpdate(T entity) { method selectVoById (line 100) | default V selectVoById(Serializable id) { method selectVoById (line 107) | default C selectVoById(Serializable id, Class voClass) { method selectVoBatchIds (line 115) | default List selectVoBatchIds(Collection id... method selectVoBatchIds (line 122) | default List selectVoBatchIds(Collection selectVoByMap(Map map) { method selectVoByMap (line 137) | default List selectVoByMap(Map map, Class vo... method selectVoOne (line 145) | default V selectVoOne(Wrapper wrapper) { method selectVoOne (line 152) | default C selectVoOne(Wrapper wrapper, Class voClass) { method selectVoList (line 160) | default List selectVoList(Wrapper wrapper) { method selectVoList (line 167) | default List selectVoList(Wrapper wrapper, Class voClass) { method selectVoPage (line 175) | default

> P selectVoPage(IPage page, Wrapper ... method selectVoPage (line 182) | default > P selectVoPage(IPage page, Wrapper<... FILE: ruoyi-common/src/main/java/top/flya/common/core/page/TableDataInfo.java class TableDataInfo (line 17) | @Data method TableDataInfo (line 48) | public TableDataInfo(List list, long total) { method build (line 53) | public static TableDataInfo build(IPage page) { method build (line 62) | public static TableDataInfo build(List list) { method build (line 71) | public static TableDataInfo build() { FILE: ruoyi-common/src/main/java/top/flya/common/core/service/ConfigService.java type ConfigService (line 8) | public interface ConfigService { method getConfigValue (line 16) | String getConfigValue(String configKey); FILE: ruoyi-common/src/main/java/top/flya/common/core/service/DeptService.java type DeptService (line 8) | public interface DeptService { method selectDeptNameByIds (line 16) | String selectDeptNameByIds(String deptIds); FILE: ruoyi-common/src/main/java/top/flya/common/core/service/DictService.java type DictService (line 8) | public interface DictService { method getDictLabel (line 22) | default String getDictLabel(String dictType, String dictValue) { method getDictValue (line 33) | default String getDictValue(String dictType, String dictLabel) { method getDictLabel (line 45) | String getDictLabel(String dictType, String dictValue, String separator); method getDictValue (line 55) | String getDictValue(String dictType, String dictLabel, String separator); FILE: ruoyi-common/src/main/java/top/flya/common/core/service/OssService.java type OssService (line 8) | public interface OssService { method selectUrlByIds (line 16) | String selectUrlByIds(String ossIds); FILE: ruoyi-common/src/main/java/top/flya/common/core/service/SensitiveService.java type SensitiveService (line 11) | public interface SensitiveService { method isSensitive (line 16) | boolean isSensitive(); FILE: ruoyi-common/src/main/java/top/flya/common/core/service/UserService.java type UserService (line 8) | public interface UserService { method selectUserNameById (line 16) | String selectUserNameById(Long userId); FILE: ruoyi-common/src/main/java/top/flya/common/core/validate/AddGroup.java type AddGroup (line 8) | public interface AddGroup { FILE: ruoyi-common/src/main/java/top/flya/common/core/validate/EditGroup.java type EditGroup (line 8) | public interface EditGroup { FILE: ruoyi-common/src/main/java/top/flya/common/core/validate/QueryGroup.java type QueryGroup (line 8) | public interface QueryGroup { FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/EncryptContext.java class EncryptContext (line 13) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/IEncryptor.java type IEncryptor (line 12) | public interface IEncryptor { method algorithm (line 17) | AlgorithmType algorithm(); method encrypt (line 26) | String encrypt(String value, EncodeType encodeType); method decrypt (line 34) | String decrypt(String value); FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/encryptor/AbstractEncryptor.java class AbstractEncryptor (line 12) | public abstract class AbstractEncryptor implements IEncryptor { method AbstractEncryptor (line 14) | public AbstractEncryptor(EncryptContext context) { FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/encryptor/AesEncryptor.java class AesEncryptor (line 19) | public class AesEncryptor extends AbstractEncryptor { method AesEncryptor (line 23) | public AesEncryptor(EncryptContext context) { method algorithm (line 40) | @Override method encrypt (line 51) | @Override method decrypt (line 65) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/encryptor/Base64Encryptor.java class Base64Encryptor (line 14) | public class Base64Encryptor extends AbstractEncryptor { method Base64Encryptor (line 16) | public Base64Encryptor(EncryptContext context) { method algorithm (line 23) | @Override method encrypt (line 34) | @Override method decrypt (line 44) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/encryptor/RsaEncryptor.java class RsaEncryptor (line 19) | public class RsaEncryptor extends AbstractEncryptor { method RsaEncryptor (line 23) | public RsaEncryptor(EncryptContext context) { method algorithm (line 36) | @Override method encrypt (line 47) | @Override method decrypt (line 61) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/encryptor/Sm2Encryptor.java class Sm2Encryptor (line 19) | public class Sm2Encryptor extends AbstractEncryptor { method Sm2Encryptor (line 23) | public Sm2Encryptor(EncryptContext context) { method algorithm (line 36) | @Override method encrypt (line 47) | @Override method decrypt (line 61) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/encrypt/encryptor/Sm4Encryptor.java class Sm4Encryptor (line 18) | public class Sm4Encryptor extends AbstractEncryptor { method Sm4Encryptor (line 22) | public Sm4Encryptor(EncryptContext context) { method algorithm (line 38) | @Override method encrypt (line 49) | @Override method decrypt (line 63) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/enums/AlgorithmType.java type AlgorithmType (line 14) | @Getter FILE: ruoyi-common/src/main/java/top/flya/common/enums/BusinessStatus.java type BusinessStatus (line 8) | public enum BusinessStatus { FILE: ruoyi-common/src/main/java/top/flya/common/enums/BusinessType.java type BusinessType (line 8) | public enum BusinessType { FILE: ruoyi-common/src/main/java/top/flya/common/enums/CaptchaCategory.java type CaptchaCategory (line 15) | @Getter FILE: ruoyi-common/src/main/java/top/flya/common/enums/CaptchaType.java type CaptchaType (line 14) | @Getter FILE: ruoyi-common/src/main/java/top/flya/common/enums/DataBaseType.java type DataBaseType (line 12) | @Getter method find (line 38) | public static DataBaseType find(String databaseProductName) { FILE: ruoyi-common/src/main/java/top/flya/common/enums/DataScopeType.java type DataScopeType (line 21) | @Getter method findCode (line 62) | public static DataScopeType findCode(String code) { FILE: ruoyi-common/src/main/java/top/flya/common/enums/DeviceType.java type DeviceType (line 12) | @Getter FILE: ruoyi-common/src/main/java/top/flya/common/enums/EncodeType.java type EncodeType (line 9) | public enum EncodeType { FILE: ruoyi-common/src/main/java/top/flya/common/enums/HttpMethod.java type HttpMethod (line 13) | public enum HttpMethod { method resolve (line 24) | @Nullable method matches (line 29) | public boolean matches(String method) { FILE: ruoyi-common/src/main/java/top/flya/common/enums/LimitType.java type LimitType (line 9) | public enum LimitType { FILE: ruoyi-common/src/main/java/top/flya/common/enums/LoginType.java type LoginType (line 11) | @Getter FILE: ruoyi-common/src/main/java/top/flya/common/enums/OperatorType.java type OperatorType (line 8) | public enum OperatorType { FILE: ruoyi-common/src/main/java/top/flya/common/enums/SensitiveStrategy.java type SensitiveStrategy (line 14) | @AllArgsConstructor method desensitizer (line 46) | public Function desensitizer() { FILE: ruoyi-common/src/main/java/top/flya/common/enums/UserStatus.java type UserStatus (line 8) | public enum UserStatus { method UserStatus (line 14) | UserStatus(String code, String info) { method getCode (line 19) | public String getCode() { method getInfo (line 23) | public String getInfo() { FILE: ruoyi-common/src/main/java/top/flya/common/enums/UserType.java type UserType (line 13) | @Getter method getUserType (line 31) | public static UserType getUserType(String str) { FILE: ruoyi-common/src/main/java/top/flya/common/excel/CellMergeStrategy.java class CellMergeStrategy (line 27) | @AllArgsConstructor method merge (line 34) | @Override method handle (line 48) | @SneakyThrows class RepeatCell (line 105) | @Data FILE: ruoyi-common/src/main/java/top/flya/common/excel/DefaultExcelListener.java class DefaultExcelListener (line 25) | @Slf4j method DefaultExcelListener (line 44) | public DefaultExcelListener(boolean isValidate) { method onException (line 55) | @Override method invokeHeadMap (line 82) | @Override method invoke (line 88) | @Override method doAfterAllAnalysed (line 96) | @Override method getExcelResult (line 101) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/excel/DefaultExcelResult.java class DefaultExcelResult (line 15) | public class DefaultExcelResult implements ExcelResult { method DefaultExcelResult (line 29) | public DefaultExcelResult() { method DefaultExcelResult (line 34) | public DefaultExcelResult(List list, List errorList) { method DefaultExcelResult (line 39) | public DefaultExcelResult(ExcelResult excelResult) { method getList (line 44) | @Override method getErrorList (line 49) | @Override method getAnalysis (line 59) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/excel/ExcelListener.java type ExcelListener (line 10) | public interface ExcelListener extends ReadListener { method getExcelResult (line 12) | ExcelResult getExcelResult(); FILE: ruoyi-common/src/main/java/top/flya/common/excel/ExcelResult.java type ExcelResult (line 10) | public interface ExcelResult { method getList (line 15) | List getList(); method getErrorList (line 20) | List getErrorList(); method getAnalysis (line 25) | String getAnalysis(); FILE: ruoyi-common/src/main/java/top/flya/common/exception/DemoModeException.java class DemoModeException (line 8) | public class DemoModeException extends RuntimeException { method DemoModeException (line 11) | public DemoModeException() { FILE: ruoyi-common/src/main/java/top/flya/common/exception/GlobalException.java class GlobalException (line 8) | public class GlobalException extends RuntimeException { method GlobalException (line 27) | public GlobalException() { method GlobalException (line 30) | public GlobalException(String message) { method getDetailMessage (line 34) | public String getDetailMessage() { method setDetailMessage (line 38) | public GlobalException setDetailMessage(String detailMessage) { method getMessage (line 43) | @Override method setMessage (line 48) | public GlobalException setMessage(String message) { FILE: ruoyi-common/src/main/java/top/flya/common/exception/ServiceException.java class ServiceException (line 8) | public final class ServiceException extends RuntimeException { method ServiceException (line 31) | public ServiceException() { method ServiceException (line 34) | public ServiceException(String message) { method ServiceException (line 38) | public ServiceException(String message, Integer code) { method getDetailMessage (line 43) | public String getDetailMessage() { method getMessage (line 47) | @Override method getCode (line 52) | public Integer getCode() { method setMessage (line 56) | public ServiceException setMessage(String message) { method setDetailMessage (line 61) | public ServiceException setDetailMessage(String detailMessage) { FILE: ruoyi-common/src/main/java/top/flya/common/exception/UtilException.java class UtilException (line 8) | public class UtilException extends RuntimeException { method UtilException (line 11) | public UtilException(Throwable e) { method UtilException (line 15) | public UtilException(String message) { method UtilException (line 19) | public UtilException(String message, Throwable throwable) { FILE: ruoyi-common/src/main/java/top/flya/common/exception/base/BaseException.java class BaseException (line 14) | @Data method BaseException (line 40) | public BaseException(String module, String code, Object[] args, String... method BaseException (line 47) | public BaseException(String module, String code, Object[] args) { method BaseException (line 51) | public BaseException(String module, String defaultMessage) { method BaseException (line 55) | public BaseException(String code, Object[] args) { method BaseException (line 59) | public BaseException(String defaultMessage) { method getMessage (line 63) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/exception/file/FileException.java class FileException (line 10) | public class FileException extends BaseException { method FileException (line 13) | public FileException(String code, Object[] args) { FILE: ruoyi-common/src/main/java/top/flya/common/exception/file/FileNameLengthLimitExceededException.java class FileNameLengthLimitExceededException (line 8) | public class FileNameLengthLimitExceededException extends FileException { method FileNameLengthLimitExceededException (line 11) | public FileNameLengthLimitExceededException(int defaultFileNameLength) { FILE: ruoyi-common/src/main/java/top/flya/common/exception/file/FileSizeLimitExceededException.java class FileSizeLimitExceededException (line 8) | public class FileSizeLimitExceededException extends FileException { method FileSizeLimitExceededException (line 11) | public FileSizeLimitExceededException(long defaultMaxSize) { FILE: ruoyi-common/src/main/java/top/flya/common/exception/user/CaptchaException.java class CaptchaException (line 8) | public class CaptchaException extends UserException { method CaptchaException (line 11) | public CaptchaException() { FILE: ruoyi-common/src/main/java/top/flya/common/exception/user/CaptchaExpireException.java class CaptchaExpireException (line 8) | public class CaptchaExpireException extends UserException { method CaptchaExpireException (line 11) | public CaptchaExpireException() { FILE: ruoyi-common/src/main/java/top/flya/common/exception/user/UserException.java class UserException (line 10) | public class UserException extends BaseException { method UserException (line 13) | public UserException(String code, Object... args) { FILE: ruoyi-common/src/main/java/top/flya/common/exception/user/UserPasswordNotMatchException.java class UserPasswordNotMatchException (line 8) | public class UserPasswordNotMatchException extends UserException { method UserPasswordNotMatchException (line 11) | public UserPasswordNotMatchException() { FILE: ruoyi-common/src/main/java/top/flya/common/exception/user/UserPasswordRetryLimitExceedException.java class UserPasswordRetryLimitExceedException (line 8) | public class UserPasswordRetryLimitExceedException extends UserException { method UserPasswordRetryLimitExceedException (line 12) | public UserPasswordRetryLimitExceedException(int retryLimitCount, int ... FILE: ruoyi-common/src/main/java/top/flya/common/filter/RepeatableFilter.java class RepeatableFilter (line 15) | public class RepeatableFilter implements Filter { method init (line 16) | @Override method doFilter (line 21) | @Override method destroy (line 36) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/filter/RepeatedlyRequestWrapper.java class RepeatedlyRequestWrapper (line 21) | public class RepeatedlyRequestWrapper extends HttpServletRequestWrapper { method RepeatedlyRequestWrapper (line 24) | public RepeatedlyRequestWrapper(HttpServletRequest request, ServletRes... method getReader (line 32) | @Override method getInputStream (line 37) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/filter/XssFilter.java class XssFilter (line 18) | public class XssFilter implements Filter { method init (line 24) | @Override method doFilter (line 35) | @Override method handleExcludeURL (line 48) | private boolean handleExcludeURL(HttpServletRequest request, HttpServl... method destroy (line 58) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/filter/XssHttpServletRequestWrapper.java class XssHttpServletRequestWrapper (line 23) | public class XssHttpServletRequestWrapper extends HttpServletRequestWrap... method XssHttpServletRequestWrapper (line 27) | public XssHttpServletRequestWrapper(HttpServletRequest request) { method getParameterValues (line 31) | @Override method getInputStream (line 46) | @Override method isJsonRequest (line 93) | public boolean isJsonRequest() { FILE: ruoyi-common/src/main/java/top/flya/common/helper/DataBaseHelper.java class DataBaseHelper (line 21) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getDataBaseType (line 29) | public static DataBaseType getDataBaseType() { method isMySql (line 40) | public static boolean isMySql() { method isOracle (line 44) | public static boolean isOracle() { method isPostgerSql (line 48) | public static boolean isPostgerSql() { method isSqlServer (line 52) | public static boolean isSqlServer() { method findInSet (line 56) | public static String findInSet(Object var1, String var2) { FILE: ruoyi-common/src/main/java/top/flya/common/helper/DataPermissionHelper.java class DataPermissionHelper (line 21) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getVariable (line 27) | public static T getVariable(String key) { method setVariable (line 33) | public static void setVariable(String key, Object value) { method getContext (line 38) | public static Map getContext() { method enableIgnore (line 54) | public static void enableIgnore() { method disableIgnore (line 61) | public static void disableIgnore() { method ignore (line 70) | public static void ignore(Runnable handle) { method ignore (line 84) | public static T ignore(Supplier handle) { FILE: ruoyi-common/src/main/java/top/flya/common/helper/LoginHelper.java class LoginHelper (line 28) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method login (line 39) | public static void login(LoginUser loginUser) { method loginByDevice (line 49) | public static void loginByDevice(LoginUser loginUser, DeviceType devic... method getLoginUser (line 64) | public static LoginUser getLoginUser() { method getLoginUser (line 77) | public static LoginUser getLoginUser(String token) { method getUserId (line 84) | public static Long getUserId() { method getDeptId (line 101) | public static Long getDeptId() { method getUsername (line 108) | public static String getUsername() { method getUserType (line 115) | public static UserType getUserType() { method isAdmin (line 126) | public static boolean isAdmin(Long userId) { method isAdmin (line 130) | public static boolean isAdmin() { FILE: ruoyi-common/src/main/java/top/flya/common/jackson/DictDataJsonSerializer.java class DictDataJsonSerializer (line 27) | @Deprecated method serialize (line 33) | @Override method createContextual (line 49) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/jackson/SensitiveJsonSerializer.java class SensitiveJsonSerializer (line 25) | @Slf4j method serialize (line 30) | @Override method createContextual (line 45) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/translation/TranslationInterface.java type TranslationInterface (line 10) | public interface TranslationInterface { method translation (line 18) | T translation(Object key, String other); FILE: ruoyi-common/src/main/java/top/flya/common/translation/handler/TranslationBeanSerializerModifier.java class TranslationBeanSerializerModifier (line 15) | public class TranslationBeanSerializerModifier extends BeanSerializerMod... method changeProperties (line 17) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/translation/handler/TranslationHandler.java class TranslationHandler (line 26) | @Slf4j method serialize (line 36) | @Override method createContextual (line 56) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/translation/impl/DeptNameTranslationImpl.java class DeptNameTranslationImpl (line 15) | @Component method translation (line 22) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/translation/impl/DictTypeTranslationImpl.java class DictTypeTranslationImpl (line 16) | @Component method translation (line 23) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/translation/impl/OssUrlTranslationImpl.java class OssUrlTranslationImpl (line 15) | @Component method translation (line 22) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/translation/impl/UserNameTranslationImpl.java class UserNameTranslationImpl (line 15) | @Component method translation (line 22) | @Override FILE: ruoyi-common/src/main/java/top/flya/common/utils/BeanCopyUtils.java class BeanCopyUtils (line 28) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method copy (line 38) | public static V copy(T source, Class desc) { method copy (line 56) | public static V copy(T source, V desc) { method copyList (line 75) | public static List copyList(List sourceList, Class des... method copyToMap (line 95) | @SuppressWarnings("unchecked") method mapToBean (line 110) | public static T mapToBean(Map map, Class beanCl... method mapToBean (line 128) | public static T mapToBean(Map map, T bean) { method mapToMap (line 146) | public static Map mapToMap(Map map, Class... type BeanCopierCache (line 165) | public enum BeanCopierCache { method get (line 181) | public BeanCopier get(Class srcClass, Class targetClass, Conve... method genKey (line 194) | private String genKey(Class srcClass, Class targetClass, Conve... FILE: ruoyi-common/src/main/java/top/flya/common/utils/DateUtils.java class DateUtils (line 19) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getNowDate (line 42) | public static Date getNowDate() { method getDate (line 51) | public static String getDate() { method getTime (line 55) | public static String getTime() { method dateTimeNow (line 59) | public static String dateTimeNow() { method dateTimeNow (line 63) | public static String dateTimeNow(final String format) { method dateTime (line 67) | public static String dateTime(final Date date) { method parseDateToStr (line 71) | public static String parseDateToStr(final String format, final Date da... method dateTime (line 75) | public static Date dateTime(final String format, final String ts) { method datePath (line 86) | public static String datePath() { method dateTime (line 94) | public static String dateTime() { method parseDate (line 102) | public static Date parseDate(Object str) { method getServerStartDate (line 116) | public static Date getServerStartDate() { method differentDaysByMillisecond (line 124) | public static int differentDaysByMillisecond(Date date1, Date date2) { method getDatePoor (line 131) | public static String getDatePoor(Date endDate, Date nowDate) { method toDate (line 152) | public static Date toDate(LocalDateTime temporalAccessor) { method toDate (line 160) | public static Date toDate(LocalDate temporalAccessor) { method getMonthStartAndEnd (line 166) | public static String[] getMonthStartAndEnd(String timeStr) throws Pars... FILE: ruoyi-common/src/main/java/top/flya/common/utils/EncryptUtils.java class EncryptUtils (line 21) | public class EncryptUtils { method encryptByBase64 (line 37) | public static String encryptByBase64(String data) { method decryptByBase64 (line 47) | public static String decryptByBase64(String data) { method encryptByAes (line 58) | public static String encryptByAes(String data, String password) { method decryptByAes (line 77) | public static String decryptByAes(String data, String password) { method encryptBySm4 (line 96) | public static String encryptBySm4(String data, String password) { method decryptBySm4 (line 115) | public static String decryptBySm4(String data, String password) { method generateSm2Key (line 132) | public static Map generateSm2Key() { method encryptBySm2 (line 147) | public static String encryptBySm2(String data, String publicKey) { method decryptBySm2 (line 162) | public static String decryptBySm2(String data, String privateKey) { method generateRsaKey (line 175) | public static Map generateRsaKey() { method encryptByRsa (line 190) | public static String encryptByRsa(String data, String publicKey) { method decryptByRsa (line 205) | public static String decryptByRsa(String data, String privateKey) { method encryptByMd5 (line 219) | public static String encryptByMd5(String data) { method encryptBySha256 (line 229) | public static String encryptBySha256(String data) { method encryptBySm3 (line 239) | public static String encryptBySm3(String data) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/JsonUtils.java class JsonUtils (line 23) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getObjectMapper (line 28) | public static ObjectMapper getObjectMapper() { method toJsonString (line 32) | public static String toJsonString(Object object) { method parseObject (line 43) | public static T parseObject(String text, Class clazz) { method parseObject (line 54) | public static T parseObject(byte[] bytes, Class clazz) { method parseObject (line 65) | public static T parseObject(String text, TypeReference typeRefe... method parseMap (line 76) | public static Dict parseMap(String text) { method parseArrayMap (line 90) | public static List parseArrayMap(String text) { method parseArray (line 101) | public static List parseArray(String text, Class clazz) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/MessageUtils.java class MessageUtils (line 14) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method message (line 26) | public static String message(String code, Object... args) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/ServletUtils.java class ServletUtils (line 32) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getParameter (line 38) | public static String getParameter(String name) { method getParameter (line 45) | public static String getParameter(String name, String defaultValue) { method getParameterToInt (line 52) | public static Integer getParameterToInt(String name) { method getParameterToInt (line 59) | public static Integer getParameterToInt(String name, Integer defaultVa... method getParameterToBool (line 66) | public static Boolean getParameterToBool(String name) { method getParameterToBool (line 73) | public static Boolean getParameterToBool(String name, Boolean defaultV... method getParams (line 83) | public static Map getParams(ServletRequest request) { method getParamMap (line 94) | public static Map getParamMap(ServletRequest request) { method getRequest (line 105) | public static HttpServletRequest getRequest() { method getResponse (line 112) | public static HttpServletResponse getResponse() { method getSession (line 119) | public static HttpSession getSession() { method getRequestAttributes (line 123) | public static ServletRequestAttributes getRequestAttributes() { method renderString (line 134) | public static void renderString(HttpServletResponse response, String s... method isAjaxRequest (line 150) | public static boolean isAjaxRequest(HttpServletRequest request) { method getClientIP (line 171) | public static String getClientIP() { method urlEncode (line 181) | public static String urlEncode(String str) { method urlDecode (line 195) | public static String urlDecode(String str) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/StreamUtils.java class StreamUtils (line 19) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method filter (line 29) | public static List filter(Collection collection, Predicate String join(Collection collection, Function String join(Collection collection, Function List sorted(Collection collection, Comparator<... method toIdentityMap (line 86) | public static Map toIdentityMap(Collection collection,... method toMap (line 105) | public static Map toMap(Collection collection, Func... method groupByKey (line 122) | public static Map> groupByKey(Collection collecti... method groupBy2Key (line 143) | public static Map>> groupBy2Key(Collection... method group2Map (line 164) | public static Map> group2Map(Collection coll... method toList (line 183) | public static List toList(Collection collection, Function... method toSet (line 204) | public static Set toSet(Collection collection, Function Map merge(Map map1, Map m... FILE: ruoyi-common/src/main/java/top/flya/common/utils/StringUtils.java class StringUtils (line 20) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method blankToDefault (line 31) | public static String blankToDefault(String str, String defaultValue) { method isEmpty (line 41) | public static boolean isEmpty(String str) { method isNotEmpty (line 51) | public static boolean isNotEmpty(String str) { method trim (line 58) | public static String trim(String str) { method substring (line 69) | public static String substring(final String str, int start) { method substring (line 81) | public static String substring(final String str, int start, int end) { method format (line 98) | public static String format(String template, Object... params) { method ishttp (line 108) | public static boolean ishttp(String link) { method str2Set (line 119) | public static Set str2Set(String str, String sep) { method str2List (line 132) | public static List str2List(String str, String sep, boolean fi... method containsAnyIgnoreCase (line 163) | public static boolean containsAnyIgnoreCase(CharSequence cs, CharSeque... method toUnderScoreCase (line 170) | public static String toUnderScoreCase(String str) { method inStringIgnoreCase (line 181) | public static boolean inStringIgnoreCase(String str, String... strs) { method convertToCamelCase (line 191) | public static String convertToCamelCase(String name) { method toCamelCase (line 198) | public static String toCamelCase(String s) { method matches (line 209) | public static boolean matches(String str, List strs) { method isMatch (line 230) | public static boolean isMatch(String pattern, String url) { method padl (line 242) | public static String padl(final Number num, final int size) { method padl (line 254) | public static String padl(final String s, final int size, final char c) { method splitList (line 280) | public static List splitList(String str) { method splitList (line 291) | public static List splitList(String str, String separator) { method splitTo (line 302) | public static List splitTo(String str, Function List splitTo(String str, String separator, Functi... FILE: ruoyi-common/src/main/java/top/flya/common/utils/Threads.java class Threads (line 14) | @Slf4j method sleep (line 21) | public static void sleep(long milliseconds) { method shutdownAndAwaitTermination (line 36) | public static void shutdownAndAwaitTermination(ExecutorService pool) { method printException (line 56) | public static void printException(Runnable r, Throwable t) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/TreeBuildUtils.java class TreeBuildUtils (line 19) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method build (line 27) | public static List> build(List list, NodeParser void validate(T object, Class... groups) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/email/MailUtils.java class MailUtils (line 26) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getMailAccount (line 34) | public static MailAccount getMailAccount() { method getMailAccount (line 44) | public static MailAccount getMailAccount(String from, String user, Str... method sendText (line 62) | public static String sendText(String to, String subject, String conten... method sendHtml (line 77) | public static String sendHtml(String to, String subject, String conten... method send (line 92) | public static String send(String to, String subject, String content, b... method send (line 110) | public static String send(String to, String cc, String bcc, String sub... method sendText (line 123) | public static String sendText(Collection tos, String subject, ... method sendHtml (line 137) | public static String sendHtml(Collection tos, String subject, ... method send (line 151) | public static String send(Collection tos, String subject, Stri... method send (line 168) | public static String send(Collection tos, Collection c... method send (line 186) | public static String send(MailAccount mailAccount, String to, String s... method send (line 201) | public static String send(MailAccount mailAccount, Collection ... method send (line 219) | public static String send(MailAccount mailAccount, Collection ... method sendHtml (line 235) | public static String sendHtml(String to, String subject, String conten... method send (line 251) | public static String send(String to, String subject, String content, M... method send (line 270) | public static String send(String to, String cc, String bcc, String sub... method sendHtml (line 285) | public static String sendHtml(Collection tos, String subject, ... method send (line 300) | public static String send(Collection tos, String subject, Stri... method send (line 318) | public static String send(Collection tos, Collection c... method send (line 337) | public static String send(MailAccount mailAccount, String to, String s... method send (line 354) | public static String send(MailAccount mailAccount, Collection ... method send (line 373) | public static String send(MailAccount mailAccount, Collection ... method getSession (line 386) | public static Session getSession(MailAccount mailAccount, boolean isSi... method send (line 414) | private static String send(MailAccount mailAccount, boolean useGlobalS... method splitAddress (line 451) | private static List splitAddress(String addresses) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/file/FileUtils.java class FileUtils (line 17) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method setAttachmentResponseHeader (line 26) | public static void setAttachmentResponseHeader(HttpServletResponse res... method percentEncode (line 48) | public static String percentEncode(String s) throws UnsupportedEncodin... FILE: ruoyi-common/src/main/java/top/flya/common/utils/file/MimeTypeUtils.java class MimeTypeUtils (line 8) | public class MimeTypeUtils { FILE: ruoyi-common/src/main/java/top/flya/common/utils/ip/AddressUtils.java class AddressUtils (line 15) | @Slf4j method getRealAddressByIP (line 22) | public static String getRealAddressByIP(String ip) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/ip/RegionUtils.java class RegionUtils (line 19) | @Slf4j method getCityInfo (line 55) | public static String getCityInfo(String ip) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/poi/ExcelUtil.java class ExcelUtil (line 38) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method importExcel (line 47) | public static List importExcel(InputStream is, Class clazz) { method importExcel (line 60) | public static ExcelResult importExcel(InputStream is, Class ... method importExcel (line 74) | public static ExcelResult importExcel(InputStream is, Class ... method exportExcel (line 87) | public static void exportExcel(List list, String sheetName, Cla... method exportExcel (line 106) | public static void exportExcel(List list, String sheetName, Cla... method exportExcel (line 124) | public static void exportExcel(List list, String sheetName, Cla... method exportExcel (line 137) | public static void exportExcel(List list, String sheetName, Cla... method exportTemplate (line 162) | public static void exportTemplate(List data, String filename, ... method exportTemplate (line 181) | public static void exportTemplate(List data, String templatePa... method exportTemplateMultiList (line 210) | public static void exportTemplateMultiList(Map data, S... method exportTemplateMultiList (line 229) | public static void exportTemplateMultiList(Map data, S... method resetResponse (line 257) | private static void resetResponse(String sheetName, HttpServletRespons... method convertByExp (line 271) | public static String convertByExp(String propertyValue, String convert... method reverseByExp (line 300) | public static String reverseByExp(String propertyValue, String convert... method encodingFilename (line 324) | public static String encodingFilename(String filename) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/redis/CacheUtils.java class CacheUtils (line 18) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method keys (line 29) | public static Set keys(String cacheNames) { method get (line 40) | public static T get(String cacheNames, Object key) { method put (line 52) | public static void put(String cacheNames, Object key, Object value) { method evict (line 62) | public static void evict(String cacheNames, Object key) { method clear (line 71) | public static void clear(String cacheNames) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/redis/QueueUtils.java class QueueUtils (line 19) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getClient (line 28) | public static RedissonClient getClient() { method addQueueObject (line 38) | public static boolean addQueueObject(String queueName, T data) { method getQueueObject (line 48) | public static T getQueueObject(String queueName) { method removeQueueObject (line 56) | public static boolean removeQueueObject(String queueName, T data) { method destroyQueue (line 64) | public static boolean destroyQueue(String queueName) { method addDelayedQueueObject (line 76) | public static void addDelayedQueueObject(String queueName, T data,... method addDelayedQueueObject (line 88) | public static void addDelayedQueueObject(String queueName, T data,... method getDelayedQueueObject (line 99) | public static T getDelayedQueueObject(String queueName) { method removeDelayedQueueObject (line 108) | public static boolean removeDelayedQueueObject(String queueName, T... method destroyDelayedQueue (line 117) | public static void destroyDelayedQueue(String queueName) { method addPriorityQueueObject (line 129) | public static boolean addPriorityQueueObject(String queueName, T d... method trySetBoundedQueueCapacity (line 140) | public static boolean trySetBoundedQueueCapacity(String queueName,... method trySetBoundedQueueCapacity (line 152) | public static boolean trySetBoundedQueueCapacity(String queueName,... method addBoundedQueueObject (line 167) | public static boolean addBoundedQueueObject(String queueName, T da... method subscribeBlockingQueue (line 175) | public static void subscribeBlockingQueue(String queueName, Consum... FILE: ruoyi-common/src/main/java/top/flya/common/utils/redis/RedisUtils.java class RedisUtils (line 23) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method rateLimiter (line 38) | public static long rateLimiter(String key, RateType rateType, int rate... method getClient (line 51) | public static RedissonClient getClient() { method publish (line 62) | public static void publish(String channelKey, T msg, Consumer c... method publish (line 68) | public static void publish(String channelKey, T msg) { method subscribe (line 80) | public static void subscribe(String channelKey, Class clazz, Co... method setCacheObject (line 91) | public static void setCacheObject(final String key, final T value) { method setCacheObject (line 103) | public static void setCacheObject(final String key, final T value,... method setCacheObject (line 124) | public static void setCacheObject(final String key, final T value,... method addObjectListener (line 140) | public static void addObjectListener(final String key, final Objec... method expire (line 152) | public static boolean expire(final String key, final long timeout) { method expire (line 163) | public static boolean expire(final String key, final Duration duration) { method getCacheObject (line 174) | public static T getCacheObject(final String key) { method getTimeToLive (line 185) | public static long getTimeToLive(final String key) { method deleteObject (line 195) | public static boolean deleteObject(final String key) { method deleteObject (line 204) | public static void deleteObject(final Collection collection) { method isExistsObject (line 217) | public static boolean isExistsObject(final String key) { method setCacheList (line 228) | public static boolean setCacheList(final String key, final List... method addListListener (line 241) | public static void addListListener(final String key, final ObjectL... method getCacheList (line 252) | public static List getCacheList(final String key) { method setCacheSet (line 264) | public static boolean setCacheSet(final String key, final Set d... method addSetListener (line 277) | public static void addSetListener(final String key, final ObjectLi... method getCacheSet (line 288) | public static Set getCacheSet(final String key) { method setCacheMap (line 299) | public static void setCacheMap(final String key, final Map void addMapListener(final String key, final ObjectLi... method getCacheMap (line 325) | public static Map getCacheMap(final String key) { method getCacheMapKeySet (line 336) | public static Set getCacheMapKeySet(final String key) { method setCacheMapValue (line 348) | public static void setCacheMapValue(final String key, final String... method getCacheMapValue (line 360) | public static T getCacheMapValue(final String key, final String hK... method delCacheMapValue (line 372) | public static T delCacheMapValue(final String key, final String hK... method getMultiCacheMapValue (line 384) | public static Map getMultiCacheMapValue(final String key,... method setAtomicValue (line 395) | public static void setAtomicValue(String key, long value) { method getAtomicValue (line 406) | public static long getAtomicValue(String key) { method incrAtomicValue (line 417) | public static long incrAtomicValue(String key) { method decrAtomicValue (line 428) | public static long decrAtomicValue(String key) { method keys (line 439) | public static Collection keys(final String pattern) { method deleteKeys (line 449) | public static void deleteKeys(final String pattern) { method hasKey (line 458) | public static Boolean hasKey(String key) { FILE: ruoyi-common/src/main/java/top/flya/common/utils/reflect/ReflectUtils.java class ReflectUtils (line 15) | @SuppressWarnings("rawtypes") method invokeGetter (line 27) | @SuppressWarnings("unchecked") method invokeSetter (line 41) | public static void invokeSetter(Object obj, String propertyName, E... FILE: ruoyi-common/src/main/java/top/flya/common/utils/spring/SpringUtils.java class SpringUtils (line 14) | @Component method containsBean (line 23) | public static boolean containsBean(String name) { method isSingleton (line 34) | public static boolean isSingleton(String name) throws NoSuchBeanDefini... method getType (line 42) | public static Class getType(String name) throws NoSuchBeanDefinitio... method getAliases (line 51) | public static String[] getAliases(String name) throws NoSuchBeanDefini... method getAopProxy (line 61) | @SuppressWarnings("unchecked") method context (line 70) | public static ApplicationContext context() { FILE: ruoyi-common/src/main/java/top/flya/common/utils/sql/SqlUtil.java class SqlUtil (line 13) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method escapeOrderBySql (line 29) | public static String escapeOrderBySql(String value) { method isValidOrderBySql (line 40) | public static boolean isValidOrderBySql(String value) { method filterKeyword (line 47) | public static void filterKeyword(String value) { FILE: ruoyi-common/src/main/java/top/flya/common/xss/XssValidator.java class XssValidator (line 15) | @Slf4j method isValid (line 18) | @Override FILE: ruoyi-extend/ruoyi-monitor-admin/src/main/java/top/flya/monitor/admin/MonitorAdminApplication.java class MonitorAdminApplication (line 11) | @SpringBootApplication method main (line 14) | public static void main(String[] args) { FILE: ruoyi-extend/ruoyi-monitor-admin/src/main/java/top/flya/monitor/admin/config/AdminServerConfig.java class AdminServerConfig (line 19) | @Configuration method applicationTaskExecutor (line 23) | @Lazy FILE: ruoyi-extend/ruoyi-monitor-admin/src/main/java/top/flya/monitor/admin/config/SecurityConfig.java class SecurityConfig (line 15) | @EnableWebSecurity method SecurityConfig (line 20) | public SecurityConfig(AdminServerProperties adminServerProperties) { method filterChain (line 24) | @Bean FILE: ruoyi-extend/ruoyi-monitor-admin/src/main/java/top/flya/monitor/admin/notifier/CustomNotifier.java class CustomNotifier (line 17) | @Slf4j method CustomNotifier (line 21) | protected CustomNotifier(InstanceRepository repository) { method doNotify (line 25) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/XxlJobAdminApplication.java class XxlJobAdminApplication (line 9) | @SpringBootApplication method main (line 12) | public static void main(String[] args) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/IndexController.java class IndexController (line 30) | @Controller method index (line 39) | @RequestMapping("/") method chartInfo (line 48) | @RequestMapping("/chartInfo") method toLogin (line 55) | @RequestMapping("/toLogin") method loginDo (line 65) | @RequestMapping(value = "login", method = RequestMethod.POST) method logout (line 73) | @RequestMapping(value = "logout", method = RequestMethod.POST) method help (line 80) | @RequestMapping("/help") method initBinder (line 90) | @InitBinder FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobApiController.java class JobApiController (line 24) | @Controller method api (line 38) | @RequestMapping("/{uri}") FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobCodeController.java class JobCodeController (line 25) | @Controller method index (line 34) | @RequestMapping method save (line 57) | @RequestMapping("/save") FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobGroupController.java class JobGroupController (line 27) | @Controller method index (line 38) | @RequestMapping method pageList (line 44) | @RequestMapping("/pageList") method save (line 64) | @RequestMapping("/save") method update (line 108) | @RequestMapping("/update") method findRegistryByAppName (line 155) | private List findRegistryByAppName(String appnameParam) { method remove (line 177) | @RequestMapping("/remove") method loadById (line 197) | @RequestMapping("/loadById") FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobInfoController.java class JobInfoController (line 38) | @Controller method index (line 48) | @RequestMapping method filterJobGroupByRole (line 73) | public static List filterJobGroupByRole(HttpServletReques... method validPermission (line 94) | public static void validPermission(HttpServletRequest request, int job... method pageList (line 101) | @RequestMapping("/pageList") method add (line 110) | @RequestMapping("/add") method update (line 116) | @RequestMapping("/update") method remove (line 122) | @RequestMapping("/remove") method pause (line 128) | @RequestMapping("/stop") method start (line 134) | @RequestMapping("/start") method triggerJob (line 140) | @RequestMapping("/trigger") method nextTriggerTime (line 153) | @RequestMapping("/nextTriggerTime") FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobLogController.java class JobLogController (line 39) | @Controller method index (line 51) | @RequestMapping method getJobsByGroup (line 81) | @RequestMapping("/getJobsByGroup") method pageList (line 88) | @RequestMapping("/pageList") method logDetailPage (line 121) | @RequestMapping("/logDetailPage") method logDetailCat (line 137) | @RequestMapping("/logDetailCat") method logKill (line 165) | @RequestMapping("/logKill") method clearLog (line 199) | @RequestMapping("/clearLog") FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/UserController.java class UserController (line 28) | @Controller method index (line 37) | @RequestMapping method pageList (line 48) | @RequestMapping("/pageList") method add (line 74) | @RequestMapping("/add") method update (line 109) | @RequestMapping("/update") method remove (line 137) | @RequestMapping("/remove") method updatePwd (line 152) | @RequestMapping("/updatePwd") FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/interceptor/CookieInterceptor.java class CookieInterceptor (line 19) | @Component method postHandle (line 22) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/interceptor/PermissionInterceptor.java class PermissionInterceptor (line 20) | @Component method preHandle (line 26) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/interceptor/WebMvcConfig.java class WebMvcConfig (line 14) | @Configuration method addInterceptors (line 22) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/controller/resolver/WebExceptionResolver.java class WebExceptionResolver (line 23) | @Component method resolveException (line 27) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/alarm/JobAlarm.java type JobAlarm (line 9) | public interface JobAlarm { method doAlarm (line 18) | public boolean doAlarm(XxlJobInfo info, XxlJobLog jobLog); FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/alarm/JobAlarmer.java class JobAlarmer (line 17) | @Component method setApplicationContext (line 24) | @Override method afterPropertiesSet (line 29) | @Override method alarm (line 44) | public boolean alarm(XxlJobInfo info, XxlJobLog jobLog) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/alarm/impl/EmailJobAlarm.java class EmailJobAlarm (line 26) | @Component method doAlarm (line 35) | @Override method loadEmailJobAlarmTemplate (line 92) | private static final String loadEmailJobAlarmTemplate() { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/complete/XxlJobCompleter.java class XxlJobCompleter (line 19) | public class XxlJobCompleter { method updateHandleInfoAndFinish (line 28) | public static int updateHandleInfoAndFinish(XxlJobLog xxlJobLog) { method finishJob (line 46) | private static void finishJob(XxlJobLog xxlJobLog) { method isNumeric (line 90) | private static boolean isNumeric(String str) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/conf/XxlJobAdminConfig.java class XxlJobAdminConfig (line 22) | @Component method getAdminConfig (line 27) | public static XxlJobAdminConfig getAdminConfig() { method afterPropertiesSet (line 36) | @Override method destroy (line 44) | @Override method getI18n (line 91) | public String getI18n() { method getAccessToken (line 98) | public String getAccessToken() { method getEmailFrom (line 102) | public String getEmailFrom() { method getTriggerPoolFastMax (line 106) | public int getTriggerPoolFastMax() { method getTriggerPoolSlowMax (line 113) | public int getTriggerPoolSlowMax() { method getLogretentiondays (line 120) | public int getLogretentiondays() { method getXxlJobLogDao (line 127) | public XxlJobLogDao getXxlJobLogDao() { method getXxlJobInfoDao (line 131) | public XxlJobInfoDao getXxlJobInfoDao() { method getXxlJobRegistryDao (line 135) | public XxlJobRegistryDao getXxlJobRegistryDao() { method getXxlJobGroupDao (line 139) | public XxlJobGroupDao getXxlJobGroupDao() { method getXxlJobLogReportDao (line 143) | public XxlJobLogReportDao getXxlJobLogReportDao() { method getMailSender (line 147) | public JavaMailSender getMailSender() { method getDataSource (line 151) | public DataSource getDataSource() { method getJobAlarmer (line 155) | public JobAlarmer getJobAlarmer() { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/cron/CronExpression.java class CronExpression (line 200) | public final class CronExpression implements Serializable, Cloneable { method CronExpression (line 270) | public CronExpression(String cronExpression) throws ParseException { method CronExpression (line 286) | public CronExpression(CronExpression expression) { method isSatisfiedBy (line 312) | public boolean isSatisfiedBy(Date date) { method getNextValidTimeAfter (line 333) | public Date getNextValidTimeAfter(Date date) { method getNextInvalidTimeAfter (line 345) | public Date getNextInvalidTimeAfter(Date date) { method getTimeZone (line 380) | public TimeZone getTimeZone() { method setTimeZone (line 392) | public void setTimeZone(TimeZone timeZone) { method toString (line 401) | @Override method isValidExpression (line 414) | public static boolean isValidExpression(String cronExpression) { method validateExpression (line 425) | public static void validateExpression(String cronExpression) throws Pa... method buildExpression (line 437) | protected void buildExpression(String expression) throws ParseException { method storeExpressionVals (line 523) | protected int storeExpressionVals(int pos, String s, int type) method checkIncrementRange (line 703) | private void checkIncrementRange(int incr, int type, int idxPos) throw... method checkNext (line 717) | protected int checkNext(int pos, String s, int val, int type) method getCronExpression (line 854) | public String getCronExpression() { method getExpressionSummary (line 858) | public String getExpressionSummary() { method getExpressionSetSummary (line 898) | protected String getExpressionSetSummary(java.util.Set set) { method getExpressionSetSummary (line 924) | protected String getExpressionSetSummary(java.util.ArrayList ... method skipWhiteSpace (line 950) | protected int skipWhiteSpace(int i, String s) { method findNextWhiteSpace (line 957) | protected int findNextWhiteSpace(int i, String s) { method addToSet (line 964) | protected void addToSet(int val, int end, int incr, int type) method getSet (line 1111) | TreeSet getSet(int type) { method getValue (line 1132) | protected ValueSet getValue(int v, String s, int i) { method getNumericValue (line 1150) | protected int getNumericValue(String s, int i) { method getMonthNumber (line 1156) | protected int getMonthNumber(String s) { method getDayOfWeekNumber (line 1166) | protected int getDayOfWeekNumber(String s) { method getTimeAfter (line 1182) | public Date getTimeAfter(Date afterTime) { method setCalendarHour (line 1593) | protected void setCalendarHour(Calendar cal, int hour) { method getTimeBefore (line 1604) | public Date getTimeBefore(Date endTime) { method getFinalFireTime (line 1613) | public Date getFinalFireTime() { method isLeapYear (line 1618) | protected boolean isLeapYear(int year) { method getLastDayOfMonth (line 1622) | protected int getLastDayOfMonth(int monthNum, int year) { method readObject (line 1656) | private void readObject(java.io.ObjectInputStream stream) method clone (line 1666) | @Override class ValueSet (line 1673) | class ValueSet { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/exception/XxlJobException.java class XxlJobException (line 6) | public class XxlJobException extends RuntimeException { method XxlJobException (line 8) | public XxlJobException() { method XxlJobException (line 11) | public XxlJobException(String message) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/model/XxlJobGroup.java class XxlJobGroup (line 11) | public class XxlJobGroup { method getRegistryList (line 23) | public List getRegistryList() { method getId (line 30) | public int getId() { method setId (line 34) | public void setId(int id) { method getAppname (line 38) | public String getAppname() { method setAppname (line 42) | public void setAppname(String appname) { method getTitle (line 46) | public String getTitle() { method setTitle (line 50) | public void setTitle(String title) { method getAddressType (line 54) | public int getAddressType() { method setAddressType (line 58) | public void setAddressType(int addressType) { method getAddressList (line 62) | public String getAddressList() { method getUpdateTime (line 66) | public Date getUpdateTime() { method setUpdateTime (line 70) | public void setUpdateTime(Date updateTime) { method setAddressList (line 74) | public void setAddressList(String addressList) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/model/XxlJobInfo.java class XxlJobInfo (line 10) | public class XxlJobInfo { method getId (line 46) | public int getId() { method setId (line 50) | public void setId(int id) { method getJobGroup (line 54) | public int getJobGroup() { method setJobGroup (line 58) | public void setJobGroup(int jobGroup) { method getJobDesc (line 62) | public String getJobDesc() { method setJobDesc (line 66) | public void setJobDesc(String jobDesc) { method getAddTime (line 70) | public Date getAddTime() { method setAddTime (line 74) | public void setAddTime(Date addTime) { method getUpdateTime (line 78) | public Date getUpdateTime() { method setUpdateTime (line 82) | public void setUpdateTime(Date updateTime) { method getAuthor (line 86) | public String getAuthor() { method setAuthor (line 90) | public void setAuthor(String author) { method getAlarmEmail (line 94) | public String getAlarmEmail() { method setAlarmEmail (line 98) | public void setAlarmEmail(String alarmEmail) { method getScheduleType (line 102) | public String getScheduleType() { method setScheduleType (line 106) | public void setScheduleType(String scheduleType) { method getScheduleConf (line 110) | public String getScheduleConf() { method setScheduleConf (line 114) | public void setScheduleConf(String scheduleConf) { method getMisfireStrategy (line 118) | public String getMisfireStrategy() { method setMisfireStrategy (line 122) | public void setMisfireStrategy(String misfireStrategy) { method getExecutorRouteStrategy (line 126) | public String getExecutorRouteStrategy() { method setExecutorRouteStrategy (line 130) | public void setExecutorRouteStrategy(String executorRouteStrategy) { method getExecutorHandler (line 134) | public String getExecutorHandler() { method setExecutorHandler (line 138) | public void setExecutorHandler(String executorHandler) { method getExecutorParam (line 142) | public String getExecutorParam() { method setExecutorParam (line 146) | public void setExecutorParam(String executorParam) { method getExecutorBlockStrategy (line 150) | public String getExecutorBlockStrategy() { method setExecutorBlockStrategy (line 154) | public void setExecutorBlockStrategy(String executorBlockStrategy) { method getExecutorTimeout (line 158) | public int getExecutorTimeout() { method setExecutorTimeout (line 162) | public void setExecutorTimeout(int executorTimeout) { method getExecutorFailRetryCount (line 166) | public int getExecutorFailRetryCount() { method setExecutorFailRetryCount (line 170) | public void setExecutorFailRetryCount(int executorFailRetryCount) { method getGlueType (line 174) | public String getGlueType() { method setGlueType (line 178) | public void setGlueType(String glueType) { method getGlueSource (line 182) | public String getGlueSource() { method setGlueSource (line 186) | public void setGlueSource(String glueSource) { method getGlueRemark (line 190) | public String getGlueRemark() { method setGlueRemark (line 194) | public void setGlueRemark(String glueRemark) { method getGlueUpdatetime (line 198) | public Date getGlueUpdatetime() { method setGlueUpdatetime (line 202) | public void setGlueUpdatetime(Date glueUpdatetime) { method getChildJobId (line 206) | public String getChildJobId() { method setChildJobId (line 210) | public void setChildJobId(String childJobId) { method getTriggerStatus (line 214) | public int getTriggerStatus() { method setTriggerStatus (line 218) | public void setTriggerStatus(int triggerStatus) { method getTriggerLastTime (line 222) | public long getTriggerLastTime() { method setTriggerLastTime (line 226) | public void setTriggerLastTime(long triggerLastTime) { method getTriggerNextTime (line 230) | public long getTriggerNextTime() { method setTriggerNextTime (line 234) | public void setTriggerNextTime(long triggerNextTime) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/model/XxlJobLog.java class XxlJobLog (line 10) | public class XxlJobLog { method getId (line 38) | public long getId() { method setId (line 42) | public void setId(long id) { method getJobGroup (line 46) | public int getJobGroup() { method setJobGroup (line 50) | public void setJobGroup(int jobGroup) { method getJobId (line 54) | public int getJobId() { method setJobId (line 58) | public void setJobId(int jobId) { method getExecutorAddress (line 62) | public String getExecutorAddress() { method setExecutorAddress (line 66) | public void setExecutorAddress(String executorAddress) { method getExecutorHandler (line 70) | public String getExecutorHandler() { method setExecutorHandler (line 74) | public void setExecutorHandler(String executorHandler) { method getExecutorParam (line 78) | public String getExecutorParam() { method setExecutorParam (line 82) | public void setExecutorParam(String executorParam) { method getExecutorShardingParam (line 86) | public String getExecutorShardingParam() { method setExecutorShardingParam (line 90) | public void setExecutorShardingParam(String executorShardingParam) { method getExecutorFailRetryCount (line 94) | public int getExecutorFailRetryCount() { method setExecutorFailRetryCount (line 98) | public void setExecutorFailRetryCount(int executorFailRetryCount) { method getTriggerTime (line 102) | public Date getTriggerTime() { method setTriggerTime (line 106) | public void setTriggerTime(Date triggerTime) { method getTriggerCode (line 110) | public int getTriggerCode() { method setTriggerCode (line 114) | public void setTriggerCode(int triggerCode) { method getTriggerMsg (line 118) | public String getTriggerMsg() { method setTriggerMsg (line 122) | public void setTriggerMsg(String triggerMsg) { method getHandleTime (line 126) | public Date getHandleTime() { method setHandleTime (line 130) | public void setHandleTime(Date handleTime) { method getHandleCode (line 134) | public int getHandleCode() { method setHandleCode (line 138) | public void setHandleCode(int handleCode) { method getHandleMsg (line 142) | public String getHandleMsg() { method setHandleMsg (line 146) | public void setHandleMsg(String handleMsg) { method getAlarmStatus (line 150) | public int getAlarmStatus() { method setAlarmStatus (line 154) | public void setAlarmStatus(int alarmStatus) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/model/XxlJobLogGlue.java class XxlJobLogGlue (line 10) | public class XxlJobLogGlue { method getId (line 20) | public int getId() { method setId (line 24) | public void setId(int id) { method getJobId (line 28) | public int getJobId() { method setJobId (line 32) | public void setJobId(int jobId) { method getGlueType (line 36) | public String getGlueType() { method setGlueType (line 40) | public void setGlueType(String glueType) { method getGlueSource (line 44) | public String getGlueSource() { method setGlueSource (line 48) | public void setGlueSource(String glueSource) { method getGlueRemark (line 52) | public String getGlueRemark() { method setGlueRemark (line 56) | public void setGlueRemark(String glueRemark) { method getAddTime (line 60) | public Date getAddTime() { method setAddTime (line 64) | public void setAddTime(Date addTime) { method getUpdateTime (line 68) | public Date getUpdateTime() { method setUpdateTime (line 72) | public void setUpdateTime(Date updateTime) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/model/XxlJobLogReport.java class XxlJobLogReport (line 5) | public class XxlJobLogReport { method getId (line 15) | public int getId() { method setId (line 19) | public void setId(int id) { method getTriggerDay (line 23) | public Date getTriggerDay() { method setTriggerDay (line 27) | public void setTriggerDay(Date triggerDay) { method getRunningCount (line 31) | public int getRunningCount() { method setRunningCount (line 35) | public void setRunningCount(int runningCount) { method getSucCount (line 39) | public int getSucCount() { method setSucCount (line 43) | public void setSucCount(int sucCount) { method getFailCount (line 47) | public int getFailCount() { method setFailCount (line 51) | public void setFailCount(int failCount) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/model/XxlJobRegistry.java class XxlJobRegistry (line 8) | public class XxlJobRegistry { method getId (line 16) | public int getId() { method setId (line 20) | public void setId(int id) { method getRegistryGroup (line 24) | public String getRegistryGroup() { method setRegistryGroup (line 28) | public void setRegistryGroup(String registryGroup) { method getRegistryKey (line 32) | public String getRegistryKey() { method setRegistryKey (line 36) | public void setRegistryKey(String registryKey) { method getRegistryValue (line 40) | public String getRegistryValue() { method setRegistryValue (line 44) | public void setRegistryValue(String registryValue) { method getUpdateTime (line 48) | public Date getUpdateTime() { method setUpdateTime (line 52) | public void setUpdateTime(Date updateTime) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/model/XxlJobUser.java class XxlJobUser (line 8) | public class XxlJobUser { method getId (line 16) | public int getId() { method setId (line 20) | public void setId(int id) { method getUsername (line 24) | public String getUsername() { method setUsername (line 28) | public void setUsername(String username) { method getPassword (line 32) | public String getPassword() { method setPassword (line 36) | public void setPassword(String password) { method getRole (line 40) | public int getRole() { method setRole (line 44) | public void setRole(int role) { method getPermission (line 48) | public String getPermission() { method setPermission (line 52) | public void setPermission(String permission) { method validPermission (line 57) | public boolean validPermission(int jobGroup) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/ExecutorRouteStrategyEnum.java type ExecutorRouteStrategyEnum (line 9) | public enum ExecutorRouteStrategyEnum { method ExecutorRouteStrategyEnum (line 22) | ExecutorRouteStrategyEnum(String title, ExecutorRouter router) { method getTitle (line 30) | public String getTitle() { method getRouter (line 34) | public ExecutorRouter getRouter() { method match (line 38) | public static ExecutorRouteStrategyEnum match(String name, ExecutorRou... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/ExecutorRouter.java class ExecutorRouter (line 13) | public abstract class ExecutorRouter { method route (line 22) | public abstract ReturnT route(TriggerParam triggerParam, List<... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteBusyover.java class ExecutorRouteBusyover (line 16) | public class ExecutorRouteBusyover extends ExecutorRouter { method route (line 18) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteConsistentHash.java class ExecutorRouteConsistentHash (line 20) | public class ExecutorRouteConsistentHash extends ExecutorRouter { method hash (line 30) | private static long hash(String key) { method hashJob (line 60) | public String hashJob(int jobId, List addressList) { method route (line 80) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteFailover.java class ExecutorRouteFailover (line 15) | public class ExecutorRouteFailover extends ExecutorRouter { method route (line 17) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteFirst.java class ExecutorRouteFirst (line 12) | public class ExecutorRouteFirst extends ExecutorRouter { method route (line 14) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteLFU.java class ExecutorRouteLFU (line 18) | public class ExecutorRouteLFU extends ExecutorRouter { method route (line 23) | public String route(int jobId, List addressList) { method route (line 73) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteLRU.java class ExecutorRouteLRU (line 20) | public class ExecutorRouteLRU extends ExecutorRouter { method route (line 25) | public String route(int jobId, List addressList) { method route (line 70) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteLast.java class ExecutorRouteLast (line 12) | public class ExecutorRouteLast extends ExecutorRouter { method route (line 14) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteRandom.java class ExecutorRouteRandom (line 13) | public class ExecutorRouteRandom extends ExecutorRouter { method route (line 17) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/route/strategy/ExecutorRouteRound.java class ExecutorRouteRound (line 16) | public class ExecutorRouteRound extends ExecutorRouter { method count (line 21) | private static int count(int jobId) { method route (line 40) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/scheduler/MisfireStrategyEnum.java type MisfireStrategyEnum (line 8) | public enum MisfireStrategyEnum { method MisfireStrategyEnum (line 22) | MisfireStrategyEnum(String title) { method getTitle (line 26) | public String getTitle() { method match (line 30) | public static MisfireStrategyEnum match(String name, MisfireStrategyEn... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/scheduler/ScheduleTypeEnum.java type ScheduleTypeEnum (line 8) | public enum ScheduleTypeEnum { method ScheduleTypeEnum (line 29) | ScheduleTypeEnum(String title) { method getTitle (line 33) | public String getTitle() { method match (line 37) | public static ScheduleTypeEnum match(String name, ScheduleTypeEnum def... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/scheduler/XxlJobScheduler.java class XxlJobScheduler (line 19) | public class XxlJobScheduler { method init (line 23) | public void init() throws Exception { method destroy (line 49) | public void destroy() throws Exception { method initI18n (line 73) | private void initI18n() { method getExecutorBiz (line 82) | public static ExecutorBiz getExecutorBiz(String address) throws Except... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobCompleteHelper.java class JobCompleteHelper (line 22) | public class JobCompleteHelper { method getInstance (line 27) | public static JobCompleteHelper getInstance() { method start (line 37) | public void start() { method toStop (line 122) | public void toStop() { method callback (line 140) | public ReturnT callback(List callbackPara... method callback (line 156) | private ReturnT callback(HandleCallbackParam handleCallbackPar... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobFailMonitorHelper.java class JobFailMonitorHelper (line 19) | public class JobFailMonitorHelper { method getInstance (line 24) | public static JobFailMonitorHelper getInstance() { method start (line 33) | public void start() { method toStop (line 101) | public void toStop() { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobLogReportHelper.java class JobLogReportHelper (line 19) | public class JobLogReportHelper { method getInstance (line 24) | public static JobLogReportHelper getInstance() { method start (line 32) | public void start() { method toStop (line 143) | public void toStop() { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobRegistryHelper.java class JobRegistryHelper (line 21) | public class JobRegistryHelper { method getInstance (line 26) | public static JobRegistryHelper getInstance() { method start (line 34) | public void start() { method toStop (line 133) | public void toStop() { method registry (line 151) | public ReturnT registry(RegistryParam registryParam) { method registryRemove (line 177) | public ReturnT registryRemove(RegistryParam registryParam) { method freshGroupRegistryInfo (line 201) | private void freshGroupRegistryInfo(RegistryParam registryParam) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobScheduleHelper.java class JobScheduleHelper (line 22) | public class JobScheduleHelper { method getInstance (line 27) | public static JobScheduleHelper getInstance() { method start (line 39) | public void start() { method refreshNextValidTime (line 273) | private void refreshNextValidTime(XxlJobInfo jobInfo, Date fromTime) t... method pushTimeRing (line 287) | private void pushTimeRing(int ringSecond, int jobId) { method toStop (line 299) | public void toStop() { method generateNextValidTime (line 359) | public static Date generateNextValidTime(XxlJobInfo jobInfo, Date from... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/thread/JobTriggerPoolHelper.java class JobTriggerPoolHelper (line 17) | public class JobTriggerPoolHelper { method start (line 27) | public void start() { method stop (line 56) | public void stop() { method addTrigger (line 72) | public void addTrigger(final int jobId, method toStart (line 127) | public static void toStart() { method toStop (line 131) | public static void toStop() { method trigger (line 144) | public static void trigger(int jobId, TriggerTypeEnum triggerType, int... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/trigger/TriggerTypeEnum.java type TriggerTypeEnum (line 10) | public enum TriggerTypeEnum { method TriggerTypeEnum (line 19) | private TriggerTypeEnum(String title) { method getTitle (line 25) | public String getTitle() { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/trigger/XxlJobTrigger.java class XxlJobTrigger (line 25) | public class XxlJobTrigger { method trigger (line 41) | public static void trigger(int jobId, method isNumeric (line 91) | private static boolean isNumeric(String str) { method processTrigger (line 108) | private static void processTrigger(XxlJobGroup group, XxlJobInfo jobIn... method runExecutor (line 205) | public static ReturnT runExecutor(TriggerParam triggerParam, S... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/util/CookieUtil.java class CookieUtil (line 12) | public class CookieUtil { method set (line 27) | public static void set(HttpServletResponse response, String key, Strin... method set (line 40) | private static void set(HttpServletResponse response, String key, Stri... method getValue (line 58) | public static String getValue(HttpServletRequest request, String key) { method get (line 72) | private static Cookie get(HttpServletRequest request, String key) { method remove (line 91) | public static void remove(HttpServletRequest request, HttpServletRespo... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/util/FtlUtil.java class FtlUtil (line 15) | public class FtlUtil { method generateStaticModel (line 20) | public static TemplateHashModel generateStaticModel(String packageName) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/util/I18nUtil.java class I18nUtil (line 22) | public class I18nUtil { method loadI18nProp (line 27) | public static Properties loadI18nProp() { method getString (line 52) | public static String getString(String key) { method getMultString (line 62) | public static String getMultString(String... keys) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/util/JacksonUtil.java class JacksonUtil (line 21) | public class JacksonUtil { method getInstance (line 26) | public static ObjectMapper getInstance() { method writeValueAsString (line 37) | public static String writeValueAsString(Object obj) { method readValue (line 58) | public static T readValue(String jsonStr, Class clazz) { method readValue (line 80) | public static T readValue(String jsonStr, Class parametrized, C... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/core/util/LocalCacheUtil.java class LocalCacheUtil (line 11) | public class LocalCacheUtil { class LocalCacheData (line 15) | private static class LocalCacheData { method LocalCacheData (line 20) | public LocalCacheData() { method LocalCacheData (line 23) | public LocalCacheData(String key, Object val, long timeoutTime) { method getKey (line 29) | public String getKey() { method setKey (line 33) | public void setKey(String key) { method getVal (line 37) | public Object getVal() { method setVal (line 41) | public void setVal(Object val) { method getTimeoutTime (line 45) | public long getTimeoutTime() { method setTimeoutTime (line 49) | public void setTimeoutTime(long timeoutTime) { method set (line 63) | public static boolean set(String key, Object val, long cacheTime) { method remove (line 90) | public static boolean remove(String key) { method get (line 104) | public static Object get(String key) { method cleanTimeoutCache (line 122) | public static boolean cleanTimeoutCache() { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobGroupDao.java type XxlJobGroupDao (line 12) | @Mapper method findAll (line 15) | public List findAll(); method findByAddressType (line 17) | public List findByAddressType(@Param("addressType") int a... method save (line 19) | public int save(XxlJobGroup xxlJobGroup); method update (line 21) | public int update(XxlJobGroup xxlJobGroup); method remove (line 23) | public int remove(@Param("id") int id); method load (line 25) | public XxlJobGroup load(@Param("id") int id); method pageList (line 27) | public List pageList(@Param("offset") int offset, method pageListCount (line 32) | public int pageListCount(@Param("offset") int offset, FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobInfoDao.java type XxlJobInfoDao (line 15) | @Mapper method pageList (line 18) | public List pageList(@Param("offset") int offset, method pageListCount (line 26) | public int pageListCount(@Param("offset") int offset, method save (line 34) | public int save(XxlJobInfo info); method loadById (line 36) | public XxlJobInfo loadById(@Param("id") int id); method update (line 38) | public int update(XxlJobInfo xxlJobInfo); method delete (line 40) | public int delete(@Param("id") long id); method getJobsByGroup (line 42) | public List getJobsByGroup(@Param("jobGroup") int jobGroup); method findAllCount (line 44) | public int findAllCount(); method scheduleJobQuery (line 46) | public List scheduleJobQuery(@Param("maxNextTime") long ma... method scheduleUpdate (line 48) | public int scheduleUpdate(XxlJobInfo xxlJobInfo); FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobLogDao.java type XxlJobLogDao (line 16) | @Mapper method pageList (line 20) | public List pageList(@Param("offset") int offset, method pageListCount (line 28) | public int pageListCount(@Param("offset") int offset, method load (line 36) | public XxlJobLog load(@Param("id") long id); method save (line 38) | public long save(XxlJobLog xxlJobLog); method updateTriggerInfo (line 40) | public int updateTriggerInfo(XxlJobLog xxlJobLog); method updateHandleInfo (line 42) | public int updateHandleInfo(XxlJobLog xxlJobLog); method delete (line 44) | public int delete(@Param("jobId") int jobId); method findLogReport (line 46) | public Map findLogReport(@Param("from") Date from, method findClearLogIds (line 49) | public List findClearLogIds(@Param("jobGroup") int jobGroup, method clearLog (line 55) | public int clearLog(@Param("logIds") List logIds); method findFailJobLogIds (line 57) | public List findFailJobLogIds(@Param("pagesize") int pagesize); method updateAlarmStatus (line 59) | public int updateAlarmStatus(@Param("logId") long logId, method findLostJobIds (line 63) | public List findLostJobIds(@Param("losedTime") Date losedTime); FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobLogGlueDao.java type XxlJobLogGlueDao (line 14) | @Mapper method save (line 17) | public int save(XxlJobLogGlue xxlJobLogGlue); method findByJobId (line 19) | public List findByJobId(@Param("jobId") int jobId); method removeOld (line 21) | public int removeOld(@Param("jobId") int jobId, @Param("limit") int li... method deleteByJobId (line 23) | public int deleteByJobId(@Param("jobId") int jobId); FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobLogReportDao.java type XxlJobLogReportDao (line 15) | @Mapper method save (line 18) | public int save(XxlJobLogReport xxlJobLogReport); method update (line 20) | public int update(XxlJobLogReport xxlJobLogReport); method queryLogReport (line 22) | public List queryLogReport(@Param("triggerDayFrom") D... method queryLogReportTotal (line 25) | public XxlJobLogReport queryLogReportTotal(); FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobRegistryDao.java type XxlJobRegistryDao (line 13) | @Mapper method findDead (line 16) | public List findDead(@Param("timeout") int timeout, method removeDead (line 19) | public int removeDead(@Param("ids") List ids); method findAll (line 21) | public List findAll(@Param("timeout") int timeout, method registryUpdate (line 24) | public int registryUpdate(@Param("registryGroup") String registryGroup, method registrySave (line 29) | public int registrySave(@Param("registryGroup") String registryGroup, method registryDelete (line 34) | public int registryDelete(@Param("registryGroup") String registryGroup, FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/dao/XxlJobUserDao.java type XxlJobUserDao (line 12) | @Mapper method pageList (line 15) | public List pageList(@Param("offset") int offset, method pageListCount (line 20) | public int pageListCount(@Param("offset") int offset, method loadByUserName (line 25) | public XxlJobUser loadByUserName(@Param("username") String username); method save (line 27) | public int save(XxlJobUser xxlJobUser); method update (line 29) | public int update(XxlJobUser xxlJobUser); method delete (line 31) | public int delete(@Param("id") int id); FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/service/LoginService.java class LoginService (line 20) | @Configuration method makeToken (line 29) | private String makeToken(XxlJobUser xxlJobUser) { method parseToken (line 35) | private XxlJobUser parseToken(String tokenHex) { method login (line 45) | public ReturnT login(HttpServletRequest request, HttpServletRe... method logout (line 75) | public ReturnT logout(HttpServletRequest request, HttpServletR... method ifLogin (line 86) | public XxlJobUser ifLogin(HttpServletRequest request, HttpServletRespo... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/service/XxlJobService.java type XxlJobService (line 15) | public interface XxlJobService { method pageList (line 28) | public Map pageList(int start, int length, int jobGrou... method add (line 36) | public ReturnT add(XxlJobInfo jobInfo); method update (line 44) | public ReturnT update(XxlJobInfo jobInfo); method remove (line 53) | public ReturnT remove(int id); method start (line 61) | public ReturnT start(int id); method stop (line 69) | public ReturnT stop(int id); method dashboardInfo (line 76) | public Map dashboardInfo(); method chartInfo (line 85) | public ReturnT> chartInfo(Date startDate, Date end... FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/service/impl/AdminBizImpl.java class AdminBizImpl (line 16) | @Service method callback (line 20) | @Override method registry (line 25) | @Override method registryRemove (line 30) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/java/com/xxl/job/admin/service/impl/XxlJobServiceImpl.java class XxlJobServiceImpl (line 31) | @Service method pageList (line 46) | @Override method add (line 61) | @Override method isNumeric (line 160) | private boolean isNumeric(String str) { method update (line 169) | @Override method remove (line 291) | @Override method start (line 304) | @Override method stop (line 336) | @Override method dashboardInfo (line 349) | @Override method chartInfo (line 383) | @Override FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/adminlte/bower_components/fastclick/fastclick.js function FastClick (line 23) | function FastClick(layer, options) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/js/index.js function freshChartDate (line 49) | function freshChartDate(startDate, endDate) { function lineChartInit (line 77) | function lineChartInit(data) { function pieChartInit (line 156) | function pieChartInit(data) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/js/jobcode.index.1.js function initIde (line 5) | function initIde(glueSource) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/js/jobinfo.index.1.js function findGlueTypeTitle (line 676) | function findGlueTypeTitle(glueType) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/js/joblog.detail.1.js function pullLog (line 13) | function pullLog() { function logRunStop (line 83) | function logRunStop(content){ FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/addon/hint/show-hint.js function Completion (line 49) | function Completion(cm, options) { function parseOptions (line 137) | function parseOptions(cm, pos, options) { function getText (line 149) | function getText(completion) { function buildKeyMap (line 154) | function buildKeyMap(completion, handle) { function getHintElement (line 189) | function getHintElement(hintsElement, el) { function Widget (line 196) | function Widget(completion, data) { function applicableHelpers (line 352) | function applicableHelpers(cm, helpers) { function fetchHints (line 360) | function fetchHints(hint, cm, options, callback) { function resolveAutoHints (line 370) | function resolveAutoHints(cm, pos) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/lib/codemirror.js function classTest (line 50) | function classTest(cls) { return new RegExp("(^|\\s)" + cls + "(?:$|\\s)... function removeChildren (line 61) | function removeChildren(e) { function removeChildrenAndAdd (line 67) | function removeChildrenAndAdd(parent, e) { function elt (line 71) | function elt(tag, content, className, style) { function eltP (line 80) | function eltP(tag, content, className, style) { function contains (line 103) | function contains(parent, child) { function activeElt (line 114) | function activeElt() { function addClass (line 129) | function addClass(node, cls) { function joinClasses (line 133) | function joinClasses(a, b) { function bind (line 146) | function bind(f) { function copyObj (line 151) | function copyObj(obj, target, overwrite) { function countColumn (line 161) | function countColumn(string, end, tabSize, startIndex, startValue) { function indexOf (line 182) | function indexOf(array, elt) { function findColumn (line 200) | function findColumn(string, goal, tabSize) { function spaceStr (line 215) | function spaceStr(n) { function lst (line 221) | function lst(arr) { return arr[arr.length-1] } function map (line 223) | function map(array, f) { function insertSorted (line 229) | function insertSorted(array, value, score) { function nothing (line 235) | function nothing() {} function createObj (line 237) | function createObj(base, props) { function isWordCharBasic (line 250) | function isWordCharBasic(ch) { function isWordChar (line 254) | function isWordChar(ch, helper) { function isEmpty (line 260) | function isEmpty(obj) { function isExtendingChar (line 271) | function isExtendingChar(ch) { return ch.charCodeAt(0) >= 768 && extendi... function skipExtendingChars (line 274) | function skipExtendingChars(str, pos, dir) { function findFirst (line 282) | function findFirst(pred, from, to) { function Display (line 299) | function Display(place, doc, input) { function getLine (line 399) | function getLine(doc, n) { function getBetween (line 415) | function getBetween(doc, start, end) { function getLines (line 427) | function getLines(doc, from, to) { function updateLineHeight (line 435) | function updateLineHeight(line, height) { function lineNo (line 442) | function lineNo(line) { function lineAtHeight (line 456) | function lineAtHeight(chunk, h) { function isLine (line 476) | function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.size} function lineNumberFor (line 478) | function lineNumberFor(options, i) { function Pos (line 483) | function Pos(line, ch, sticky) { function cmp (line 494) | function cmp(a, b) { return a.line - b.line || a.ch - b.ch } function equalCursorPos (line 496) | function equalCursorPos(a, b) { return a.sticky == b.sticky && cmp(a, b)... function copyPos (line 498) | function copyPos(x) {return Pos(x.line, x.ch)} function maxPos (line 499) | function maxPos(a, b) { return cmp(a, b) < 0 ? b : a } function minPos (line 500) | function minPos(a, b) { return cmp(a, b) < 0 ? a : b } function clipLine (line 504) | function clipLine(doc, n) {return Math.max(doc.first, Math.min(n, doc.fi... function clipPos (line 505) | function clipPos(doc, pos) { function clipToLen (line 511) | function clipToLen(pos, linelen) { function clipPosArray (line 517) | function clipPosArray(doc, array) { function seeReadOnlySpans (line 526) | function seeReadOnlySpans() { function seeCollapsedSpans (line 530) | function seeCollapsedSpans() { function MarkedSpan (line 536) | function MarkedSpan(marker, from, to) { function getMarkedSpanFor (line 542) | function getMarkedSpanFor(spans, marker) { function removeMarkedSpan (line 550) | function removeMarkedSpan(spans, span) { function addMarkedSpan (line 557) | function addMarkedSpan(line, span) { function markedSpansBefore (line 566) | function markedSpansBefore(old, startCh, isInsert) { function markedSpansAfter (line 578) | function markedSpansAfter(old, endCh, isInsert) { function stretchSpansOverChange (line 598) | function stretchSpansOverChange(doc, change) { function clearEmptySpans (line 660) | function clearEmptySpans(spans) { function removeReadOnlyRanges (line 671) | function removeReadOnlyRanges(doc, from, to) { function detachMarkedSpans (line 700) | function detachMarkedSpans(line) { function attachMarkedSpans (line 707) | function attachMarkedSpans(line, spans) { function extraLeft (line 716) | function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0 } function extraRight (line 717) | function extraRight(marker) { return marker.inclusiveRight ? 1 : 0 } function compareCollapsedMarkers (line 722) | function compareCollapsedMarkers(a, b) { function collapsedSpanAtSide (line 735) | function collapsedSpanAtSide(line, start) { function collapsedSpanAtStart (line 745) | function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, t... function collapsedSpanAtEnd (line 746) | function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, fal... function collapsedSpanAround (line 748) | function collapsedSpanAround(line, ch) { function conflictingCollapsedRange (line 761) | function conflictingCollapsedRange(doc, lineNo$$1, from, to, marker) { function visualLine (line 781) | function visualLine(line) { function visualLineEnd (line 788) | function visualLineEnd(line) { function visualLineContinued (line 797) | function visualLineContinued(line) { function visualLineNo (line 808) | function visualLineNo(doc, lineN) { function visualLineEndNo (line 816) | function visualLineEndNo(doc, lineN) { function lineIsHidden (line 828) | function lineIsHidden(doc, line) { function lineIsHiddenInner (line 839) | function lineIsHiddenInner(doc, line, span) { function heightAtLine (line 856) | function heightAtLine(lineObj) { function lineLength (line 878) | function lineLength(line) { function findMaxLine (line 897) | function findMaxLine(cm) { function iterateBidiSections (line 913) | function iterateBidiSections(order, from, to, f) { function getBidiPartAt (line 927) | function getBidiPartAt(order, ch, sticky) { function charType (line 973) | function charType(code) { function BidiSpan (line 986) | function BidiSpan(level, from, to) { function getOrder (line 1118) | function getOrder(line, direction) { function getHandlers (line 1142) | function getHandlers(emitter, type) { function off (line 1146) | function off(emitter, type, f) { function signal (line 1161) | function signal(emitter, type /*, values...*/) { function signalDOMEvent (line 1171) | function signalDOMEvent(cm, e, override) { function signalCursorActivity (line 1178) | function signalCursorActivity(cm) { function hasHandler (line 1186) | function hasHandler(emitter, type) { function eventMixin (line 1192) | function eventMixin(ctor) { function e_preventDefault (line 1200) | function e_preventDefault(e) { function e_stopPropagation (line 1204) | function e_stopPropagation(e) { function e_defaultPrevented (line 1208) | function e_defaultPrevented(e) { function e_stop (line 1211) | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);} function e_target (line 1213) | function e_target(e) {return e.target || e.srcElement} function e_button (line 1214) | function e_button(e) { function zeroWidthElement (line 1235) | function zeroWidthElement(measure) { function hasBadBidiRects (line 1250) | function hasBadBidiRects(measure) { function hasBadZoomedRects (line 1299) | function hasBadZoomedRects(measure) { function defineMode (line 1313) | function defineMode(name, mode) { function defineMIME (line 1319) | function defineMIME(mime, spec) { function resolveMode (line 1325) | function resolveMode(spec) { function getMode (line 1344) | function getMode(options, spec) { function extendMode (line 1368) | function extendMode(mode, properties) { function copyState (line 1373) | function copyState(mode, state) { function innerMode (line 1387) | function innerMode(mode, state) { function startState (line 1398) | function startState(mode, a1, a2) { function highlightLine (line 1542) | function highlightLine(cm, line, context, forceToEnd) { function getLineStyles (line 1587) | function getLineStyles(cm, line, updateFrontier) { function getContextBefore (line 1603) | function getContextBefore(cm, n, precise) { function processLine (line 1623) | function processLine(cm, text, context, startAt) { function callBlankLine (line 1634) | function callBlankLine(mode, state) { function readToken (line 1641) | function readToken(mode, stream, state, inner) { function takeToken (line 1658) | function takeToken(cm, pos, precise, asArray) { function extractLineClasses (line 1672) | function extractLineClasses(type, output) { function runMode (line 1687) | function runMode(cm, text, mode, context, f, lineClasses, forceToEnd) { function findStartLine (line 1731) | function findStartLine(cm, n, precise) { function retreatFrontier (line 1748) | function retreatFrontier(doc, n) { function updateLine (line 1781) | function updateLine(line, text, markedSpans, estimateHeight) { function cleanUpLine (line 1793) | function cleanUpLine(line) { function interpretTokenStyle (line 1802) | function interpretTokenStyle(style, options) { function buildLineContent (line 1814) | function buildLineContent(cm, lineView) { function defaultSpecialCharPlaceholder (line 1872) | function defaultSpecialCharPlaceholder(ch) { function buildToken (line 1881) | function buildToken(builder, text, style, startStyle, endStyle, title, c... function splitSpaces (line 1945) | function splitSpaces(text, trailingBefore) { function buildTokenBadBidi (line 1960) | function buildTokenBadBidi(inner, order) { function buildCollapsedSpan (line 1980) | function buildCollapsedSpan(builder, size, marker, ignoreWidget) { function insertLineContent (line 1998) | function insertLineContent(line, builder, styles) { function LineView (line 2070) | function LineView(doc, line, lineN) { function buildViewArray (line 2082) | function buildViewArray(cm, from, to) { function pushOperation (line 2094) | function pushOperation(op) { function fireCallbacksForOps (line 2105) | function fireCallbacksForOps(group) { function finishOperation (line 2121) | function finishOperation(op, endCb) { function signalLater (line 2141) | function signalLater(emitter, type /*, values...*/) { function fireOrphanDelayed (line 2161) | function fireOrphanDelayed() { function updateLineForChanges (line 2170) | function updateLineForChanges(cm, lineView, lineN, dims) { function ensureLineWrapped (line 2183) | function ensureLineWrapped(lineView) { function updateLineBackground (line 2194) | function updateLineBackground(cm, lineView) { function getLineContent (line 2209) | function getLineContent(cm, lineView) { function updateLineText (line 2222) | function updateLineText(cm, lineView) { function updateLineClasses (line 2237) | function updateLineClasses(cm, lineView) { function updateLineGutter (line 2247) | function updateLineGutter(cm, lineView, lineN, dims) { function updateLineWidgets (line 2285) | function updateLineWidgets(cm, lineView, dims) { function buildLineElement (line 2296) | function buildLineElement(cm, lineView, lineN, dims) { function insertLineWidgets (line 2310) | function insertLineWidgets(cm, lineView, dims) { function insertLineWidgetsFor (line 2316) | function insertLineWidgetsFor(cm, line, lineView, dims, allowAbove) { function positionLineWidget (line 2332) | function positionLineWidget(widget, node, lineView, dims) { function widgetHeight (line 2350) | function widgetHeight(widget) { function eventInWidget (line 2366) | function eventInWidget(display, e) { function paddingTop (line 2376) | function paddingTop(display) {return display.lineSpace.offsetTop} function paddingVert (line 2377) | function paddingVert(display) {return display.mover.offsetHeight - displ... function paddingH (line 2378) | function paddingH(display) { function scrollGap (line 2387) | function scrollGap(cm) { return scrollerGap - cm.display.nativeBarWidth } function displayWidth (line 2388) | function displayWidth(cm) { function displayHeight (line 2391) | function displayHeight(cm) { function ensureLineHeights (line 2399) | function ensureLineHeights(cm, lineView, rect) { function mapFromLineView (line 2420) | function mapFromLineView(lineView, line, lineN) { function updateExternalMeasurement (line 2433) | function updateExternalMeasurement(cm, line) { function measureChar (line 2446) | function measureChar(cm, line, ch, bias) { function findViewForLine (line 2451) | function findViewForLine(cm, lineN) { function prepareMeasureForLine (line 2464) | function prepareMeasureForLine(cm, line) { function measureCharPrepared (line 2486) | function measureCharPrepared(cm, prepared, ch, bias, varHeight) { function nodeAndOffsetInLineMap (line 2508) | function nodeAndOffsetInLineMap(map$$1, ch, bias) { function getUsefulRect (line 2546) | function getUsefulRect(rects, bias) { function measureCharInner (line 2556) | function measureCharInner(cm, prepared, ch, bias) { function maybeUpdateRectForZooming (line 2609) | function maybeUpdateRectForZooming(measure, rect) { function clearLineMeasurementCacheFor (line 2619) | function clearLineMeasurementCacheFor(lineView) { function clearLineMeasurementCache (line 2628) | function clearLineMeasurementCache(cm) { function clearCaches (line 2635) | function clearCaches(cm) { function pageScrollX (line 2642) | function pageScrollX() { function pageScrollY (line 2649) | function pageScrollY() { function widgetTopHeight (line 2654) | function widgetTopHeight(lineObj) { function intoCoordSystem (line 2665) | function intoCoordSystem(cm, lineObj, rect, context, includeWidgets) { function fromCoordSystem (line 2687) | function fromCoordSystem(cm, coords, context) { function charCoords (line 2704) | function charCoords(cm, pos, context, lineObj, bias) { function cursorCoords (line 2725) | function cursorCoords(cm, pos, context, lineObj, preparedMeasure, varHei... function estimateCoords (line 2756) | function estimateCoords(cm, pos) { function PosWithInfo (line 2771) | function PosWithInfo(line, ch, sticky, outside, xRel) { function coordsChar (line 2780) | function coordsChar(cm, x, y) { function wrappedLineExtent (line 2800) | function wrappedLineExtent(cm, lineObj, preparedMeasure, y) { function wrappedLineExtentChar (line 2808) | function wrappedLineExtentChar(cm, lineObj, preparedMeasure, target) { function boxIsAfter (line 2816) | function boxIsAfter(box, x, y, left) { function coordsCharInner (line 2820) | function coordsCharInner(cm, lineObj, lineNo$$1, x, y) { function coordsBidiPart (line 2887) | function coordsBidiPart(cm, lineObj, lineNo$$1, preparedMeasure, order, ... function coordsBidiPartWrapped (line 2911) | function coordsBidiPartWrapped(cm, lineObj, _lineNo, preparedMeasure, or... function textHeight (line 2946) | function textHeight(display) { function charWidth (line 2966) | function charWidth(display) { function getDimensions (line 2978) | function getDimensions(cm) { function compensateForHScroll (line 2995) | function compensateForHScroll(display) { function estimateHeight (line 3002) | function estimateHeight(cm) { function estimateLineHeights (line 3020) | function estimateLineHeights(cm) { function posFromMouse (line 3033) | function posFromMouse(cm, e, liberal, forRect) { function findViewIndex (line 3051) | function findViewIndex(cm, n) { function updateSelection (line 3062) | function updateSelection(cm) { function prepareSelection (line 3066) | function prepareSelection(cm, primary) { function drawSelectionCursor (line 3087) | function drawSelectionCursor(cm, head, output) { function cmpCoords (line 3105) | function cmpCoords(a, b) { return a.top - b.top || a.left - b.left } function drawSelectionRange (line 3108) | function drawSelectionRange(cm, range$$1, output) { function restartBlink (line 3201) | function restartBlink(cm) { function ensureFocus (line 3214) | function ensureFocus(cm) { function delayBlurEvent (line 3218) | function delayBlurEvent(cm) { function onFocus (line 3226) | function onFocus(cm, e) { function onBlur (line 3245) | function onBlur(cm, e) { function updateHeightsInViewport (line 3259) | function updateHeightsInViewport(cm) { function updateWidgetHeight (line 3286) | function updateWidgetHeight(line) { function visibleLines (line 3296) | function visibleLines(display, doc, viewport) { function alignHorizontally (line 3319) | function alignHorizontally(cm) { function maybeUpdateLineNumberWidth (line 3342) | function maybeUpdateLineNumberWidth(cm) { function maybeScrollWindow (line 3364) | function maybeScrollWindow(cm, rect) { function scrollPosIntoView (line 3381) | function scrollPosIntoView(cm, pos, end, margin) { function scrollIntoView (line 3415) | function scrollIntoView(cm, rect) { function calculateScrollPos (line 3425) | function calculateScrollPos(cm, rect) { function addToScrollTop (line 3455) | function addToScrollTop(cm, top) { function ensureCursorVisible (line 3463) | function ensureCursorVisible(cm) { function scrollToCoords (line 3469) | function scrollToCoords(cm, x, y) { function scrollToRange (line 3475) | function scrollToRange(cm, range$$1) { function resolveScrollToPos (line 3484) | function resolveScrollToPos(cm) { function scrollToCoordsRange (line 3493) | function scrollToCoordsRange(cm, from, to, margin) { function updateScrollTop (line 3505) | function updateScrollTop(cm, val) { function setScrollTop (line 3513) | function setScrollTop(cm, val, forceScroll) { function setScrollLeft (line 3523) | function setScrollLeft(cm, val, isScroller, forceScroll) { function measureForScrollbars (line 3536) | function measureForScrollbars(cm) { function maybeDisable (line 3628) | function maybeDisable() { function updateScrollbars (line 3657) | function updateScrollbars(cm, measure) { function updateScrollbarsInner (line 3671) | function updateScrollbarsInner(cm, measure) { function initScrollbars (line 3693) | function initScrollbars(cm) { function startOperation (line 3723) | function startOperation(cm) { function endOperation (line 3745) | function endOperation(cm) { function endOperations (line 3756) | function endOperations(group) { function endOperation_R1 (line 3770) | function endOperation_R1(op) { function endOperation_W1 (line 3783) | function endOperation_W1(op) { function endOperation_R2 (line 3787) | function endOperation_R2(op) { function endOperation_W2 (line 3808) | function endOperation_W2(op) { function endOperation_finish (line 3833) | function endOperation_finish(op) { function runInOp (line 3872) | function runInOp(cm, f) { function operation (line 3879) | function operation(cm, f) { function methodOp (line 3889) | function methodOp(f) { function docMethodOp (line 3897) | function docMethodOp(f) { function regChange (line 3913) | function regChange(cm, from, to, lendiff) { function regLineChange (line 3978) | function regLineChange(cm, line, type) { function resetView (line 3992) | function resetView(cm) { function viewCuttingPoint (line 3998) | function viewCuttingPoint(cm, oldN, newN, dir) { function adjustView (line 4025) | function adjustView(cm, from, to) { function countDirtyView (line 4046) | function countDirtyView(cm) { function startWorker (line 4057) | function startWorker(cm, time) { function highlightWorker (line 4062) | function highlightWorker(cm) { function maybeClipScrollbars (line 4132) | function maybeClipScrollbars(cm) { function selectionSnapshot (line 4143) | function selectionSnapshot(cm) { function restoreSelection (line 4160) | function restoreSelection(snapshot) { function updateDisplayIfNeeded (line 4176) | function updateDisplayIfNeeded(cm, update) { function postUpdateDisplay (line 4248) | function postUpdateDisplay(cm, update) { function updateDisplaySimple (line 4278) | function updateDisplaySimple(cm, viewport) { function patchDisplay (line 4295) | function patchDisplay(cm, updateNumbersFrom, dims) { function updateGutterSpace (line 4336) | function updateGutterSpace(cm) { function setDocumentHeight (line 4341) | function setDocumentHeight(cm, measure) { function updateGutters (line 4349) | function updateGutters(cm) { function setGuttersForLineNumbers (line 4367) | function setGuttersForLineNumbers(options) { function wheelEventDelta (line 4398) | function wheelEventDelta(e) { function wheelEventPixels (line 4405) | function wheelEventPixels(e) { function onScrollWheel (line 4412) | function onScrollWheel(cm, e) { function normalizeSelection (line 4551) | function normalizeSelection(cm, ranges, primIndex) { function simpleSelection (line 4569) | function simpleSelection(anchor, head) { function changeEnd (line 4575) | function changeEnd(change) { function adjustForChange (line 4583) | function adjustForChange(pos, change) { function computeSelAfterChange (line 4592) | function computeSelAfterChange(doc, change) { function offsetPos (line 4602) | function offsetPos(pos, old, nw) { function computeReplacedSel (line 4611) | function computeReplacedSel(doc, changes, hint) { function loadMode (line 4632) | function loadMode(cm) { function resetModeState (line 4637) | function resetModeState(cm) { function isWholeLineUpdate (line 4653) | function isWholeLineUpdate(doc, change) { function updateDoc (line 4659) | function updateDoc(doc, change, markedSpans, estimateHeight$$1) { function linkedDocs (line 4711) | function linkedDocs(doc, f, sharedHistOnly) { function attachDoc (line 4726) | function attachDoc(cm, doc) { function setDirectionClass (line 4738) | function setDirectionClass(cm) { function directionChanged (line 4742) | function directionChanged(cm) { function History (line 4749) | function History(startGen) { function historyChangeFromChange (line 4766) | function historyChangeFromChange(doc, change) { function clearSelectionEvents (line 4775) | function clearSelectionEvents(array) { function lastChangeEvent (line 4785) | function lastChangeEvent(hist, force) { function addChangeToHistory (line 4800) | function addChangeToHistory(doc, change, selAfter, opId) { function selectionEventCanBeMerged (line 4843) | function selectionEventCanBeMerged(doc, origin, prev, sel) { function addSelectionToHistory (line 4856) | function addSelectionToHistory(doc, sel, opId, options) { function pushSelectionToHistory (line 4878) | function pushSelectionToHistory(sel, dest) { function attachLocalSpans (line 4885) | function attachLocalSpans(doc, change, from, to) { function removeClearedSpans (line 4896) | function removeClearedSpans(spans) { function getOldSpans (line 4907) | function getOldSpans(doc, change) { function mergeOldSpans (line 4920) | function mergeOldSpans(doc, change) { function copyHistoryArray (line 4944) | function copyHistoryArray(events, newGroup, instantiateSel) { function extendRange (line 4976) | function extendRange(range, head, other, extend) { function extendSelection (line 4995) | function extendSelection(doc, head, other, options, extend) { function extendSelections (line 5002) | function extendSelections(doc, heads, options) { function replaceOneSelection (line 5012) | function replaceOneSelection(doc, i, range, options) { function setSimpleSelection (line 5019) | function setSimpleSelection(doc, anchor, head, options) { function filterSelectionChange (line 5025) | function filterSelectionChange(doc, sel, options) { function setSelectionReplaceHistory (line 5044) | function setSelectionReplaceHistory(doc, sel, options) { function setSelection (line 5055) | function setSelection(doc, sel, options) { function setSelectionNoUndo (line 5060) | function setSelectionNoUndo(doc, sel, options) { function setSelectionInner (line 5072) | function setSelectionInner(doc, sel) { function reCheckSelection (line 5086) | function reCheckSelection(doc) { function skipAtomicInSelection (line 5092) | function skipAtomicInSelection(doc, sel, bias, mayClear) { function skipAtomicInner (line 5107) | function skipAtomicInner(doc, pos, oldPos, dir, mayClear) { function skipAtomic (line 5140) | function skipAtomic(doc, pos, oldPos, bias, mayClear) { function movePos (line 5153) | function movePos(doc, pos, dir, line) { function selectAll (line 5165) | function selectAll(cm) { function filterChange (line 5172) | function filterChange(doc, change, update) { function makeChange (line 5196) | function makeChange(doc, change, ignoreReadOnly) { function makeChangeInner (line 5218) | function makeChangeInner(doc, change) { function makeChangeFromHistory (line 5236) | function makeChangeFromHistory(doc, type, allowSelectionOnly) { function shiftDoc (line 5312) | function shiftDoc(doc, distance) { function makeChangeSingleDoc (line 5328) | function makeChangeSingleDoc(doc, change, selAfter, spans) { function makeChangeSingleDocInEditor (line 5361) | function makeChangeSingleDocInEditor(cm, change, spans) { function replaceRange (line 5419) | function replaceRange(doc, code, from, to, origin) { function rebaseHistSelSingle (line 5430) | function rebaseHistSelSingle(pos, from, to, diff) { function rebaseHistArray (line 5446) | function rebaseHistArray(array, from, to, diff) { function rebaseHist (line 5474) | function rebaseHist(hist, change) { function changeLine (line 5483) | function changeLine(doc, handle, changeType, op) { function LeafChunk (line 5505) | function LeafChunk(lines) { function BranchChunk (line 5558) | function BranchChunk(children) { function adjustScrollWhenAboveVisible (line 5721) | function adjustScrollWhenAboveVisible(cm, line, diff) { function addLineWidget (line 5726) | function addLineWidget(doc, handle, node, options) { function markText (line 5886) | function markText(doc, from, to, options, type) { function markTextShared (line 5984) | function markTextShared(doc, from, to, options, type) { function findSharedMarkers (line 5999) | function findSharedMarkers(doc) { function copySharedMarkers (line 6003) | function copySharedMarkers(doc, markers) { function detachSharedMarkers (line 6015) | function detachSharedMarkers(markers) { function onDrop (line 6457) | function onDrop(e) { function onDragStart (line 6517) | function onDragStart(cm, e) { function onDragOver (line 6540) | function onDragOver(cm, e) { function clearDragCursor (line 6552) | function clearDragCursor(cm) { function forEachCodeMirror (line 6563) | function forEachCodeMirror(f) { function ensureGlobalHandlers (line 6573) | function ensureGlobalHandlers() { function registerGlobalHandlers (line 6578) | function registerGlobalHandlers() { function onResize (line 6591) | function onResize(cm) { function normalizeKeyName (line 6662) | function normalizeKeyName(name) { function normalizeKeyMap (line 6686) | function normalizeKeyMap(keymap) { function lookupKey (line 6713) | function lookupKey(key, map$$1, handle, context) { function isModifierKey (line 6732) | function isModifierKey(value) { function addModifierNames (line 6737) | function addModifierNames(name, event, noShift) { function keyName (line 6747) | function keyName(event, noShift) { function getKeyMap (line 6757) | function getKeyMap(val) { function deleteNearSelection (line 6763) | function deleteNearSelection(cm, compute) { function moveCharLogically (line 6786) | function moveCharLogically(line, ch, dir) { function moveLogically (line 6791) | function moveLogically(line, start, dir) { function endOfLine (line 6796) | function endOfLine(visually, cm, lineObj, lineNo, dir) { function moveVisually (line 6823) | function moveVisually(cm, line, start, dir) { function lineStart (line 7035) | function lineStart(cm, lineN) { function lineEnd (line 7041) | function lineEnd(cm, lineN) { function lineStartSmart (line 7047) | function lineStartSmart(cm, pos) { function doHandleBinding (line 7060) | function doHandleBinding(cm, bound, dropShift) { function lookupKeyForEditor (line 7080) | function lookupKeyForEditor(cm, name, handle) { function dispatchKey (line 7094) | function dispatchKey(cm, name, e, handle) { function dispatchKeyInner (line 7112) | function dispatchKeyInner(cm, name, e, handle) { function handleKeyBinding (line 7129) | function handleKeyBinding(cm, e) { function handleCharBinding (line 7148) | function handleCharBinding(cm, e, ch) { function onKeyDown (line 7153) | function onKeyDown(e) { function showCrossHair (line 7174) | function showCrossHair(cm) { function onKeyUp (line 7189) | function onKeyUp(e) { function onKeyPress (line 7194) | function onKeyPress(e) { function clickRepeat (line 7221) | function clickRepeat(pos, button) { function onMouseDown (line 7242) | function onMouseDown(e) { function handleMappedButton (line 7279) | function handleMappedButton(cm, button, pos, repeat, event) { function configureMouse (line 7299) | function configureMouse(cm, repeat, event) { function leftButtonDown (line 7312) | function leftButtonDown(cm, pos, repeat, event) { function leftButtonStartDrag (line 7330) | function leftButtonStartDrag(cm, event, pos, behavior) { function rangeForUnit (line 7369) | function rangeForUnit(cm, pos, unit) { function leftButtonSelect (line 7378) | function leftButtonSelect(cm, event, start, behavior) { function bidiSimplify (line 7510) | function bidiSimplify(cm, range$$1) { function gutterEvent (line 7545) | function gutterEvent(cm, e, type, prevent) { function clickInGutter (line 7574) | function clickInGutter(cm, e) { function onContextMenu (line 7583) | function onContextMenu(cm, e) { function contextMenuInGutter (line 7589) | function contextMenuInGutter(cm, e) { function themeChanged (line 7594) | function themeChanged(cm) { function defineOptions (line 7605) | function defineOptions(CodeMirror) { function guttersChanged (line 7741) | function guttersChanged(cm) { function dragDropChanged (line 7747) | function dragDropChanged(cm, value, old) { function wrappingChanged (line 7760) | function wrappingChanged(cm) { function CodeMirror (line 7778) | function CodeMirror(place, options) { function registerEventHandlers (line 7855) | function registerEventHandlers(cm) { function indentLine (line 7970) | function indentLine(cm, n, how, aggressive) { function setLastCopied (line 8034) | function setLastCopied(newLastCopied) { function applyTextInput (line 8038) | function applyTextInput(cm, inserted, deleted, sel, origin) { function handlePaste (line 8086) | function handlePaste(e, cm) { function triggerElectric (line 8096) | function triggerElectric(cm, inserted) { function copyableRanges (line 8120) | function copyableRanges(cm) { function disableBrowserMagic (line 8131) | function disableBrowserMagic(field, spellcheck) { function hiddenTextarea (line 8137) | function hiddenTextarea() { function addEditorMethods (line 8160) | function addEditorMethods(CodeMirror) { function findPosH (line 8608) | function findPosH(doc, pos, dir, unit, visually) { function findPosV (line 8668) | function findPosV(cm, pos, dir, unit) { function onCopyCut (line 8731) | function onCopyCut(e) { function poll (line 8889) | function poll() { function posToDOM (line 9055) | function posToDOM(cm, pos) { function isInGutter (line 9071) | function isInGutter(node) { function badPos (line 9077) | function badPos(pos, bad) { if (bad) { pos.bad = true; } return pos } function domTextBetween (line 9079) | function domTextBetween(cm, from, to, fromLine, toLine) { function domToPos (line 9132) | function domToPos(cm, node, offset) { function locateNodeInLineView (line 9151) | function locateNodeInLineView(lineView, node, offset) { function prepareCopyCut (line 9248) | function prepareCopyCut(e) { function p (line 9388) | function p() { function prepareSelectAllHack (line 9491) | function prepareSelectAllHack() { function rehide (line 9504) | function rehide() { function fromTextArea (line 9550) | function fromTextArea(textarea, options) { function addLegacyProps (line 9607) | function addLegacyProps(CodeMirror) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/mode/clike/clike.js function Context (line 14) | function Context(indented, column, type, info, align, prev) { function pushContext (line 22) | function pushContext(state, col, type, info) { function popContext (line 28) | function popContext(state) { function typeBefore (line 35) | function typeBefore(stream, state, pos) { function isTopScope (line 41) | function isTopScope(context) { function tokenBase (line 75) | function tokenBase(stream, state) { function tokenString (line 128) | function tokenString(quote) { function tokenComment (line 141) | function tokenComment(stream, state) { function maybeEOL (line 153) | function maybeEOL(stream, state) { function words (line 257) | function words(str) { function contains (line 262) | function contains(words, word) { function cTypes (line 286) | function cTypes(identifier) { function objCTypes (line 291) | function objCTypes(identifier) { function cppHook (line 298) | function cppHook(stream, state) { function pointerHook (line 313) | function pointerHook(_stream, state) { function cIsReservedIdentifier (line 320) | function cIsReservedIdentifier(token) { function cpp14Literal (line 326) | function cpp14Literal(stream) { function cpp11StringHook (line 331) | function cpp11StringHook(stream, state) { function cppLooksLikeConstructor (line 355) | function cppLooksLikeConstructor(word) { function tokenAtString (line 361) | function tokenAtString(stream, state) { function tokenRawString (line 374) | function tokenRawString(stream, state) { function def (line 385) | function def(mimes, mode) { function tokenTripleString (line 520) | function tokenTripleString(stream, state) { function tokenNestedComment (line 532) | function tokenNestedComment(depth) { function tokenKotlinString (line 618) | function tokenKotlinString(tripleString){ function tokenCeylonString (line 800) | function tokenCeylonString(type) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/mode/javascript/javascript.js function kw (line 25) | function kw(type) {return {type: type, style: "keyword"};} function readRegexp (line 46) | function readRegexp(stream) { function ret (line 61) | function ret(tp, style, cont) { function tokenBase (line 65) | function tokenBase(stream, state) { function tokenString (line 129) | function tokenString(quote) { function tokenComment (line 145) | function tokenComment(stream, state) { function tokenQuasi (line 157) | function tokenQuasi(stream, state) { function findFatArrow (line 177) | function findFatArrow(stream, state) { function JSLexical (line 212) | function JSLexical(indented, column, type, align, prev, info) { function inScope (line 221) | function inScope(state, varname) { function parseJS (line 230) | function parseJS(state, style, type, content, stream) { function pass (line 254) | function pass() { function cont (line 257) | function cont() { function inList (line 261) | function inList(name, list) { function register (line 265) | function register(varname) { function registerVarScoped (line 285) | function registerVarScoped(varname, context) { function isModifier (line 300) | function isModifier(name) { function Context (line 306) | function Context(prev, vars, block) { this.prev = prev; this.vars = vars... function Var (line 307) | function Var(name, next) { this.name = name; this.next = next } function pushcontext (line 310) | function pushcontext() { function pushblockcontext (line 314) | function pushblockcontext() { function popcontext (line 318) | function popcontext() { function pushlex (line 323) | function pushlex(type, info) { function poplex (line 334) | function poplex() { function expect (line 344) | function expect(wanted) { function statement (line 353) | function statement(type, value) { function maybeCatchBinding (line 399) | function maybeCatchBinding(type) { function expression (line 402) | function expression(type, value) { function expressionNoComma (line 405) | function expressionNoComma(type, value) { function parenExpr (line 408) | function parenExpr(type) { function expressionInner (line 412) | function expressionInner(type, value, noComma) { function maybeexpression (line 433) | function maybeexpression(type) { function maybeoperatorComma (line 438) | function maybeoperatorComma(type, value) { function maybeoperatorNoComma (line 442) | function maybeoperatorNoComma(type, value, noComma) { function quasi (line 465) | function quasi(type, value) { function continueQuasi (line 470) | function continueQuasi(type) { function arrowBody (line 477) | function arrowBody(type) { function arrowBodyNoComma (line 481) | function arrowBodyNoComma(type) { function maybeTarget (line 485) | function maybeTarget(noComma) { function target (line 492) | function target(_, value) { function targetNoComma (line 495) | function targetNoComma(_, value) { function maybelabel (line 498) | function maybelabel(type) { function property (line 502) | function property(type) { function objprop (line 505) | function objprop(type, value) { function getterSetter (line 535) | function getterSetter(type) { function afterprop (line 540) | function afterprop(type) { function commasep (line 544) | function commasep(what, end, sep) { function contCommasep (line 562) | function contCommasep(what, end, info) { function block (line 567) | function block(type) { function maybetype (line 571) | function maybetype(type, value) { function mayberettype (line 577) | function mayberettype(type) { function isKW (line 583) | function isKW(_, value) { function typeexpr (line 589) | function typeexpr(type, value) { function maybeReturnType (line 604) | function maybeReturnType(type) { function typeprop (line 607) | function typeprop(type, value) { function typearg (line 619) | function typearg(type, value) { function afterType (line 624) | function afterType(type, value) { function maybeTypeArgs (line 630) | function maybeTypeArgs(_, value) { function typeparam (line 633) | function typeparam() { function maybeTypeDefault (line 636) | function maybeTypeDefault(_, value) { function vardef (line 639) | function vardef(_, value) { function pattern (line 643) | function pattern(type, value) { function proppattern (line 650) | function proppattern(type, value) { function eltpattern (line 660) | function eltpattern() { function maybeAssign (line 663) | function maybeAssign(_type, value) { function vardefCont (line 666) | function vardefCont(type) { function maybeelse (line 669) | function maybeelse(type, value) { function forspec (line 672) | function forspec(type, value) { function forspec1 (line 676) | function forspec1(type) { function formaybeinof (line 682) | function formaybeinof(_type, value) { function forspec2 (line 686) | function forspec2(type, value) { function forspec3 (line 691) | function forspec3(type) { function functiondef (line 694) | function functiondef(type, value) { function funarg (line 700) | function funarg(type, value) { function classExpression (line 706) | function classExpression(type, value) { function className (line 711) | function className(type, value) { function classNameAfter (line 714) | function classNameAfter(type, value) { function classBody (line 722) | function classBody(type, value) { function classfield (line 744) | function classfield(type, value) { function afterExport (line 750) | function afterExport(type, value) { function exportField (line 756) | function exportField(type, value) { function afterImport (line 760) | function afterImport(type) { function importSpec (line 765) | function importSpec(type, value) { function maybeMoreImports (line 771) | function maybeMoreImports(type) { function maybeAs (line 774) | function maybeAs(_type, value) { function maybeFrom (line 777) | function maybeFrom(_type, value) { function arrayLiteral (line 780) | function arrayLiteral(type) { function enumdef (line 784) | function enumdef() { function enummember (line 787) | function enummember() { function isContinuedStatement (line 791) | function isContinuedStatement(state, textAfter) { function expressionAllowed (line 797) | function expressionAllowed(stream, state, backUp) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/mode/php/php.js function keywords (line 14) | function keywords(str) { function matchSequence (line 21) | function matchSequence(list, end, escapes) { function phpString (line 33) | function phpString(closing, escapes) { function phpString_ (line 36) | function phpString_(stream, state, closing, escapes) { function dispatch (line 157) | function dispatch(stream, state) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/mode/powershell/powershell.js function buildRegexp (line 16) | function buildRegexp(patterns, options) { function tokenBase (line 162) | function tokenBase(stream, state) { function tokenSingleQuoteString (line 237) | function tokenSingleQuoteString(stream, state) { function tokenDoubleQuoteString (line 251) | function tokenDoubleQuoteString(stream, state) { function tokenStringInterpolation (line 274) | function tokenStringInterpolation(stream, state) { function tokenMultiStringReturn (line 278) | function tokenMultiStringReturn(stream, state) { function tokenHereStringInterpolation (line 284) | function tokenHereStringInterpolation(stream, state) { function tokenInterpolation (line 288) | function tokenInterpolation(stream, state, parentTokenize) { function tokenComment (line 312) | function tokenComment(stream, state) { function tokenVariable (line 324) | function tokenVariable(stream, state) { function tokenVariableWithBraces (line 339) | function tokenVariableWithBraces(stream, state) { function tokenMultiString (line 350) | function tokenMultiString(stream, state) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/mode/python/python.js function wordRegexp (line 14) | function wordRegexp(words) { function top (line 37) | function top(state) { function tokenBase (line 78) | function tokenBase(stream, state) { function tokenBaseInner (line 101) | function tokenBaseInner(stream, state) { function formatStringFactory (line 183) | function formatStringFactory(delimiter, tokenOuter) { function tokenStringFactory (line 254) | function tokenStringFactory(delimiter) { function pushPyScope (line 287) | function pushPyScope(state) { function pushBracketScope (line 294) | function pushBracketScope(stream, state, type) { function dedent (line 301) | function dedent(stream, state) { function tokenLexer (line 310) | function tokenLexer(stream, state) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/codemirror/mode/shell/shell.js function define (line 17) | function define(style, dict) { function tokenBase (line 39) | function tokenBase(stream, state) { function tokenString (line 85) | function tokenString(quote, style) { function tokenStringStart (line 112) | function tokenStringStart(quote, style) { function tokenize (line 132) | function tokenize(stream, state) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/jquery/jquery.cookie.js function encode (line 23) | function encode(s) { function decode (line 27) | function decode(s) { function stringifyCookieValue (line 31) | function stringifyCookieValue(value) { function parseCookieValue (line 35) | function parseCookieValue(s) { function read (line 50) | function read(s, converter) { FILE: ruoyi-extend/ruoyi-xxl-job-admin/src/main/resources/static/plugins/layer/layer.js function e (line 2) | function e(){var e=a.cancel&&a.cancel(t.index,n);e===!1||r.close(t.index)} function o (line 2) | function o(e,t,i){var n=new Image;return n.src=e,n.complete?t(n):(n.onlo... FILE: ruoyi-framework/src/main/java/top/flya/framework/aspectj/LogAspect.java class LogAspect (line 34) | @Slf4j method doAfterReturning (line 49) | @AfterReturning(pointcut = "@annotation(controllerLog)", returning = "... method doAfterThrowing (line 60) | @AfterThrowing(value = "@annotation(controllerLog)", throwing = "e") method handleLog (line 65) | protected void handleLog(final JoinPoint joinPoint, Log controllerLog,... method getControllerMethodDescription (line 105) | public void getControllerMethodDescription(JoinPoint joinPoint, Log lo... method setRequestValue (line 129) | private void setRequestValue(JoinPoint joinPoint, OperLogEvent operLog... method argsArrayToString (line 146) | private String argsArrayToString(Object[] paramsArray, String[] exclud... method isFilterObject (line 175) | @SuppressWarnings("rawtypes") FILE: ruoyi-framework/src/main/java/top/flya/framework/aspectj/RateLimiterAspect.java class RateLimiterAspect (line 36) | @Slf4j method doBefore (line 58) | @Before("@annotation(rateLimiter)") method getCombineKey (line 86) | public String getCombineKey(RateLimiter rateLimiter, JoinPoint point) { FILE: ruoyi-framework/src/main/java/top/flya/framework/aspectj/RepeatSubmitAspect.java class RepeatSubmitAspect (line 37) | @Slf4j method doBefore (line 45) | @Before("@annotation(repeatSubmit)") method doAfterReturning (line 85) | @AfterReturning(pointcut = "@annotation(repeatSubmit)", returning = "j... method doAfterThrowing (line 107) | @AfterThrowing(value = "@annotation(repeatSubmit)", throwing = "e") method argsArrayToString (line 116) | private String argsArrayToString(Object[] paramsArray) { method isFilterObject (line 138) | @SuppressWarnings("rawtypes") FILE: ruoyi-framework/src/main/java/top/flya/framework/config/ApplicationConfig.java class ApplicationConfig (line 11) | @Configuration FILE: ruoyi-framework/src/main/java/top/flya/framework/config/AsyncConfig.java class AsyncConfig (line 21) | @EnableAsync(proxyTargetClass = true) method getAsyncExecutor (line 32) | @Override method getAsyncUncaughtExceptionHandler (line 40) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/config/CaptchaConfig.java class CaptchaConfig (line 18) | @Configuration method circleCaptcha (line 29) | @Lazy method lineCaptcha (line 41) | @Lazy method shearCaptcha (line 53) | @Lazy FILE: ruoyi-framework/src/main/java/top/flya/framework/config/EncryptorConfig.java class EncryptorConfig (line 18) | @Configuration method encryptorManager (line 25) | @Bean method mybatisEncryptInterceptor (line 30) | @Bean method mybatisDecryptInterceptor (line 35) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/FilterConfig.java class FilterConfig (line 22) | @Configuration method xssFilterRegistration (line 28) | @SuppressWarnings({"rawtypes", "unchecked"}) method someFilterRegistration (line 44) | @SuppressWarnings({"rawtypes", "unchecked"}) FILE: ruoyi-framework/src/main/java/top/flya/framework/config/I18nConfig.java class I18nConfig (line 17) | @Configuration method localeResolver (line 20) | @Bean class I18nLocaleResolver (line 28) | static class I18nLocaleResolver implements LocaleResolver { method resolveLocale (line 30) | @Override method setLocale (line 41) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/config/JacksonConfig.java class JacksonConfig (line 24) | @Slf4j method customizer (line 28) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/MailConfig.java class MailConfig (line 14) | @Configuration method mailAccount (line 17) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/MybatisPlusConfig.java class MybatisPlusConfig (line 22) | @EnableTransactionManagement(proxyTargetClass = true) method mybatisPlusInterceptor (line 27) | @Bean method dataPermissionInterceptor (line 42) | public PlusDataPermissionInterceptor dataPermissionInterceptor() { method paginationInnerInterceptor (line 49) | public PaginationInnerInterceptor paginationInnerInterceptor() { method optimisticLockerInnerInterceptor (line 61) | public OptimisticLockerInnerInterceptor optimisticLockerInnerIntercept... method metaObjectHandler (line 68) | @Bean method idGenerator (line 77) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/RedisConfig.java class RedisConfig (line 30) | @Slf4j method redissonCustomizer (line 42) | @Bean method cacheManager (line 85) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/ResourcesConfig.java class ResourcesConfig (line 18) | @Configuration method addInterceptors (line 21) | @Override method addResourceHandlers (line 27) | @Override method corsFilter (line 34) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/SaTokenConfig.java class SaTokenConfig (line 27) | @RequiredArgsConstructor method addInterceptors (line 37) | @Override method getStpLogicJwt (line 63) | @Bean method stpInterface (line 72) | @Bean method saTokenDao (line 80) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/SwaggerConfig.java class SwaggerConfig (line 33) | @RequiredArgsConstructor method openApi (line 42) | @Bean method convertInfo (line 65) | private Info convertInfo(SwaggerProperties.InfoProperties infoProperti... method openApiBuilder (line 78) | @Bean method openApiCustomiser (line 90) | @Bean class PlusPaths (line 116) | static class PlusPaths extends Paths { method PlusPaths (line 118) | public PlusPaths() { FILE: ruoyi-framework/src/main/java/top/flya/framework/config/ThreadPoolConfig.java class ThreadPoolConfig (line 21) | @Configuration method threadPoolTaskExecutor (line 32) | @Bean(name = "threadPoolTaskExecutor") method scheduledExecutorService (line 47) | @Bean(name = "scheduledExecutorService") FILE: ruoyi-framework/src/main/java/top/flya/framework/config/TranslationConfig.java class TranslationConfig (line 22) | @Slf4j method init (line 32) | @PostConstruct FILE: ruoyi-framework/src/main/java/top/flya/framework/config/UndertowConfig.java class UndertowConfig (line 14) | @Configuration method customize (line 20) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/config/ValidatorConfig.java class ValidatorConfig (line 18) | @Configuration method validator (line 27) | @Bean FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/CaptchaProperties.java class CaptchaProperties (line 14) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/EncryptorProperties.java class EncryptorProperties (line 15) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/MailProperties.java class MailProperties (line 12) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/RedissonProperties.java class RedissonProperties (line 15) | @Data class SingleServerConfig (line 45) | @Data class ClusterServersConfig (line 81) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/SecurityProperties.java class SecurityProperties (line 12) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/SwaggerProperties.java class SwaggerProperties (line 21) | @Data class InfoProperties (line 64) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/ThreadPoolProperties.java class ThreadPoolProperties (line 12) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/config/properties/XssProperties.java class XssProperties (line 12) | @Data FILE: ruoyi-framework/src/main/java/top/flya/framework/encrypt/MybatisDecryptInterceptor.java class MybatisDecryptInterceptor (line 27) | @Slf4j method intercept (line 39) | @Override method decryptHandler (line 55) | private void decryptHandler(Object sourceObject) { method decryptField (line 93) | private String decryptField(String value, Field field) { method plugin (line 107) | @Override method setProperties (line 112) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/encrypt/MybatisEncryptInterceptor.java class MybatisEncryptInterceptor (line 30) | @Slf4j method intercept (line 42) | @Override method plugin (line 47) | @Override method encryptHandler (line 65) | private void encryptHandler(Object sourceObject) { method encryptField (line 103) | private String encryptField(String value, Field field) { method setProperties (line 118) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/handler/AllUrlHandler.java class AllUrlHandler (line 20) | @Data method afterPropertiesSet (line 28) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/handler/CreateAndUpdateMetaObjectHandler.java class CreateAndUpdateMetaObjectHandler (line 22) | @Slf4j method insertFill (line 25) | @Override method updateFill (line 46) | @Override method getLoginUsername (line 68) | private String getLoginUsername() { FILE: ruoyi-framework/src/main/java/top/flya/framework/handler/KeyPrefixHandler.java class KeyPrefixHandler (line 13) | public class KeyPrefixHandler implements NameMapper { method KeyPrefixHandler (line 17) | public KeyPrefixHandler(String keyPrefix) { method map (line 25) | @Override method unmap (line 39) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/handler/OpenApiHandler.java class OpenApiHandler (line 37) | @SuppressWarnings("all") method OpenApiHandler (line 141) | public OpenApiHandler(Optional openAPI, SecurityService secur... method buildTags (line 166) | @Override method buildTagsFromMethod (line 245) | private void buildTagsFromMethod(Method method, Set sour... FILE: ruoyi-framework/src/main/java/top/flya/framework/handler/PlusDataPermissionHandler.java class PlusDataPermissionHandler (line 46) | @Slf4j method getSqlSegment (line 70) | public Expression getSqlSegment(Expression where, String mappedStateme... method buildDataFilter (line 106) | private String buildDataFilter(DataColumn[] dataColumns, boolean isSel... method findAnnotation (line 159) | private DataColumn[] findAnnotation(String mappedStatementId) { method isInvalid (line 196) | public boolean isInvalid(String mappedStatementId) { FILE: ruoyi-framework/src/main/java/top/flya/framework/interceptor/PlusDataPermissionInterceptor.java class PlusDataPermissionInterceptor (line 33) | public class PlusDataPermissionInterceptor extends JsqlParserSupport imp... method beforeQuery (line 37) | @Override method beforePrepare (line 52) | @Override method processSelect (line 66) | @Override method processUpdate (line 78) | @Override method processDelete (line 86) | @Override method setWhere (line 100) | protected void setWhere(PlainSelect plainSelect, String mappedStatemen... FILE: ruoyi-framework/src/main/java/top/flya/framework/interceptor/PlusWebInvokeTimeInterceptor.java class PlusWebInvokeTimeInterceptor (line 28) | @Slf4j method preHandle (line 35) | @Override method postHandle (line 65) | @Override method afterCompletion (line 70) | @Override method isJsonRequest (line 86) | private boolean isJsonRequest(HttpServletRequest request) { FILE: ruoyi-framework/src/main/java/top/flya/framework/jackson/BigNumberSerializer.java class BigNumberSerializer (line 15) | @JacksonStdImpl method BigNumberSerializer (line 29) | public BigNumberSerializer(Class rawType) { method serialize (line 33) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/listener/UserActionListener.java class UserActionListener (line 27) | @RequiredArgsConstructor method doLogin (line 37) | @Override method doLogout (line 67) | @Override method doKickout (line 76) | @Override method doReplaced (line 85) | @Override method doDisable (line 94) | @Override method doUntieDisable (line 101) | @Override method doOpenSafe (line 108) | @Override method doCloseSafe (line 115) | @Override method doCreateSession (line 122) | @Override method doLogoutSession (line 129) | @Override method doRenewTimeout (line 136) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/manager/EncryptorManager.java class EncryptorManager (line 22) | @Slf4j method getFieldCache (line 38) | public Set getFieldCache(Class sourceClazz) { method registAndGetEncryptor (line 56) | public IEncryptor registAndGetEncryptor(EncryptContext encryptContext) { method removeEncryptor (line 70) | public void removeEncryptor(EncryptContext encryptContext) { method encrypt (line 80) | public String encrypt(String value, EncryptContext encryptContext) { method decrypt (line 91) | public String decrypt(String value, EncryptContext encryptContext) { FILE: ruoyi-framework/src/main/java/top/flya/framework/manager/PlusSpringCacheManager.java class PlusSpringCacheManager (line 45) | @SuppressWarnings("unchecked") method PlusSpringCacheManager (line 60) | public PlusSpringCacheManager() { method setAllowNullValues (line 71) | public void setAllowNullValues(boolean allowNullValues) { method setTransactionAware (line 83) | public void setTransactionAware(boolean transactionAware) { method setCacheNames (line 95) | public void setCacheNames(Collection names) { method setConfig (line 111) | public void setConfig(Map config) { method createDefaultConfig (line 115) | protected CacheConfig createDefaultConfig() { method getCache (line 119) | @Override method createMap (line 155) | private Cache createMap(String name, CacheConfig config) { method createMapCache (line 169) | private Cache createMapCache(String name, CacheConfig config) { method getCacheNames (line 185) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/manager/ShutdownManager.java class ShutdownManager (line 17) | @Slf4j method destroy (line 25) | @PreDestroy method shutdownAsyncManager (line 33) | private void shutdownAsyncManager() { FILE: ruoyi-framework/src/main/java/top/flya/framework/satoken/dao/PlusSaTokenDao.java class PlusSaTokenDao (line 17) | public class PlusSaTokenDao implements SaTokenDao { method get (line 22) | @Override method set (line 30) | @Override method update (line 46) | @Override method delete (line 59) | @Override method getTimeout (line 67) | @Override method updateTimeout (line 76) | @Override method getObject (line 96) | @Override method setObject (line 104) | @Override method updateObject (line 120) | @Override method deleteObject (line 133) | @Override method getObjectTimeout (line 141) | @Override method updateObjectTimeout (line 150) | @Override method searchData (line 170) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/satoken/service/SaPermissionImpl.java class SaPermissionImpl (line 16) | public class SaPermissionImpl implements StpInterface { method getPermissionList (line 21) | @Override method getRoleList (line 36) | @Override FILE: ruoyi-framework/src/main/java/top/flya/framework/web/exception/GlobalExceptionHandler.java class GlobalExceptionHandler (line 31) | @Slf4j method handleNotPermissionException (line 38) | @ExceptionHandler(NotPermissionException.class) method handleNotRoleException (line 48) | @ExceptionHandler(NotRoleException.class) method handleNotLoginException (line 58) | @ExceptionHandler(NotLoginException.class) method handleHttpRequestMethodNotSupported (line 68) | @ExceptionHandler(HttpRequestMethodNotSupportedException.class) method handleDuplicateKeyException (line 79) | @ExceptionHandler(DuplicateKeyException.class) method handleCannotFindDataSourceException (line 89) | @ExceptionHandler(MyBatisSystemException.class) method handleServiceException (line 104) | @ExceptionHandler(ServiceException.class) method handleRuntimeException (line 114) | @ExceptionHandler(RuntimeException.class) method handleException (line 124) | @ExceptionHandler(Exception.class) method handleBindException (line 134) | @ExceptionHandler(BindException.class) method constraintViolationException (line 144) | @ExceptionHandler(ConstraintViolationException.class) method handleMethodArgumentNotValidException (line 154) | @ExceptionHandler(MethodArgumentNotValidException.class) method handleDemoModeException (line 164) | @ExceptionHandler(DemoModeException.class) FILE: ruoyi-generator/src/main/java/top/flya/generator/config/GenConfig.java class GenConfig (line 13) | @Component method getAuthor (line 38) | public static String getAuthor() { method setAuthor (line 42) | @Value("${author}") method getPackageName (line 47) | public static String getPackageName() { method setPackageName (line 51) | @Value("${packageName}") method getAutoRemovePre (line 56) | public static boolean getAutoRemovePre() { method setAutoRemovePre (line 60) | @Value("${autoRemovePre}") method getTablePrefix (line 65) | public static String getTablePrefix() { method setTablePrefix (line 69) | @Value("${tablePrefix}") FILE: ruoyi-generator/src/main/java/top/flya/generator/controller/GenController.java class GenController (line 30) | @Validated method genList (line 41) | @SaCheckPermission("tool:gen:list") method getInfo (line 52) | @SaCheckPermission("tool:gen:query") method dataList (line 68) | @SaCheckPermission("tool:gen:list") method columnList (line 79) | @SaCheckPermission("tool:gen:list") method importTableSave (line 94) | @SaCheckPermission("tool:gen:import") method editSave (line 108) | @SaCheckPermission("tool:gen:edit") method remove (line 122) | @SaCheckPermission("tool:gen:remove") method preview (line 135) | @SaCheckPermission("tool:gen:preview") method download (line 147) | @SaCheckPermission("tool:gen:code") method genCode (line 160) | @SaCheckPermission("tool:gen:code") method synchDb (line 173) | @SaCheckPermission("tool:gen:edit") method batchGenCode (line 186) | @SaCheckPermission("tool:gen:code") method genCode (line 198) | private void genCode(HttpServletResponse response, byte[] data) throws... FILE: ruoyi-generator/src/main/java/top/flya/generator/domain/GenTable.java class GenTable (line 21) | @Data method isSub (line 171) | public boolean isSub() { method isSub (line 175) | public static boolean isSub(String tplCategory) { method isTree (line 179) | public boolean isTree() { method isTree (line 183) | public static boolean isTree(String tplCategory) { method isCrud (line 187) | public boolean isCrud() { method isCrud (line 191) | public static boolean isCrud(String tplCategory) { method isSuperColumn (line 195) | public boolean isSuperColumn(String javaField) { method isSuperColumn (line 199) | public static boolean isSuperColumn(String tplCategory, String javaFie... FILE: ruoyi-generator/src/main/java/top/flya/generator/domain/GenTableColumn.java class GenTableColumn (line 21) | @Data method getCapJavaField (line 126) | public String getCapJavaField() { method isPk (line 130) | public boolean isPk() { method isPk (line 134) | public boolean isPk(String isPk) { method isIncrement (line 138) | public boolean isIncrement() { method isIncrement (line 142) | public boolean isIncrement(String isIncrement) { method isRequired (line 146) | public boolean isRequired() { method isRequired (line 150) | public boolean isRequired(String isRequired) { method isInsert (line 154) | public boolean isInsert() { method isInsert (line 158) | public boolean isInsert(String isInsert) { method isEdit (line 162) | public boolean isEdit() { method isEdit (line 166) | public boolean isEdit(String isEdit) { method isList (line 170) | public boolean isList() { method isList (line 174) | public boolean isList(String isList) { method isQuery (line 178) | public boolean isQuery() { method isQuery (line 182) | public boolean isQuery(String isQuery) { method isSuperColumn (line 186) | public boolean isSuperColumn() { method isSuperColumn (line 190) | public static boolean isSuperColumn(String javaField) { method isUsableColumn (line 198) | public boolean isUsableColumn() { method isUsableColumn (line 202) | public static boolean isUsableColumn(String javaField) { method readConverterExp (line 207) | public String readConverterExp() { FILE: ruoyi-generator/src/main/java/top/flya/generator/mapper/GenTableColumnMapper.java type GenTableColumnMapper (line 14) | @InterceptorIgnore(dataPermission = "true") method selectDbTableColumnsByName (line 22) | List selectDbTableColumnsByName(String tableName); FILE: ruoyi-generator/src/main/java/top/flya/generator/mapper/GenTableMapper.java type GenTableMapper (line 16) | @InterceptorIgnore(dataPermission = "true") method selectPageDbTableList (line 25) | Page selectPageDbTableList(@Param("page") Page pag... method selectDbTableListByNames (line 33) | List selectDbTableListByNames(String[] tableNames); method selectGenTableAll (line 40) | List selectGenTableAll(); method selectGenTableById (line 48) | GenTable selectGenTableById(Long id); method selectGenTableByName (line 56) | GenTable selectGenTableByName(String tableName); FILE: ruoyi-generator/src/main/java/top/flya/generator/service/GenTableServiceImpl.java class GenTableServiceImpl (line 52) | @DS("#header.datasource") method selectGenTableColumnListByTableId (line 68) | @Override method selectGenTableById (line 81) | @Override method selectPageGenTableList (line 88) | @Override method buildGenTableQueryWrapper (line 94) | private QueryWrapper buildGenTableQueryWrapper(GenTable genT... method selectPageDbTableList (line 105) | @Override method selectDbTableListByNames (line 117) | @Override method selectGenTableAll (line 127) | @Override method updateGenTable (line 138) | @Transactional(rollbackFor = Exception.class) method deleteGenTableByIds (line 157) | @Transactional(rollbackFor = Exception.class) method importGenTable (line 170) | @Transactional(rollbackFor = Exception.class) method previewCode (line 203) | @Override method downloadCode (line 239) | @Override method generatorCode (line 253) | @Override method synchDb (line 289) | @Transactional(rollbackFor = Exception.class) method downloadCode (line 339) | @Override method generatorCode (line 353) | private void generatorCode(String tableName, ZipOutputStream zip) { method validateEdit (line 395) | @Override method setPkColumn (line 421) | public void setPkColumn(GenTable table) { method setSubTable (line 449) | public void setSubTable(GenTable table) { method setTableFromOptions (line 461) | public void setTableFromOptions(GenTable genTable) { method getGenPath (line 485) | public static String getGenPath(GenTable table, String template) { FILE: ruoyi-generator/src/main/java/top/flya/generator/service/IGenTableService.java type IGenTableService (line 16) | public interface IGenTableService { method selectGenTableColumnListByTableId (line 24) | List selectGenTableColumnListByTableId(Long tableId); method selectPageGenTableList (line 32) | TableDataInfo selectPageGenTableList(GenTable genTable, Page... method selectPageDbTableList (line 40) | TableDataInfo selectPageDbTableList(GenTable genTable, PageQ... method selectDbTableListByNames (line 48) | List selectDbTableListByNames(String[] tableNames); method selectGenTableAll (line 55) | List selectGenTableAll(); method selectGenTableById (line 63) | GenTable selectGenTableById(Long id); method updateGenTable (line 71) | void updateGenTable(GenTable genTable); method deleteGenTableByIds (line 79) | void deleteGenTableByIds(Long[] tableIds); method importGenTable (line 86) | void importGenTable(List tableList); method previewCode (line 94) | Map previewCode(Long tableId); method downloadCode (line 102) | byte[] downloadCode(String tableName); method generatorCode (line 110) | void generatorCode(String tableName); method synchDb (line 117) | void synchDb(String tableName); method downloadCode (line 125) | byte[] downloadCode(String[] tableNames); method validateEdit (line 132) | void validateEdit(GenTable genTable); FILE: ruoyi-generator/src/main/java/top/flya/generator/util/GenUtils.java class GenUtils (line 19) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method initTable (line 25) | public static void initTable(GenTable genTable, String operName) { method initColumnField (line 38) | public static void initColumnField(GenTableColumn column, GenTable tab... method arraysContains (line 130) | public static boolean arraysContains(String[] arr, String targetValue) { method getModuleName (line 140) | public static String getModuleName(String packageName) { method getBusinessName (line 152) | public static String getBusinessName(String tableName) { method convertClassName (line 166) | public static String convertClassName(String tableName) { method replaceFirst (line 183) | public static String replaceFirst(String replacementm, String[] search... method replaceText (line 200) | public static String replaceText(String text) { method getDbType (line 210) | public static String getDbType(String columnType) { method getColumnLength (line 224) | public static Integer getColumnLength(String columnType) { FILE: ruoyi-generator/src/main/java/top/flya/generator/util/VelocityInitializer.java class VelocityInitializer (line 15) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method initVelocity (line 21) | public static void initVelocity() { FILE: ruoyi-generator/src/main/java/top/flya/generator/util/VelocityUtils.java class VelocityUtils (line 25) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method prepareContext (line 48) | public static VelocityContext prepareContext(GenTable genTable) { method setMenuVelocityContext (line 84) | public static void setMenuVelocityContext(VelocityContext context, Gen... method setTreeVelocityContext (line 91) | public static void setTreeVelocityContext(VelocityContext context, Gen... method setSubVelocityContext (line 110) | public static void setSubVelocityContext(VelocityContext context, GenT... method getTemplateList (line 132) | public static List getTemplateList(String tplCategory) { method getFileName (line 166) | public static String getFileName(String template, GenTable genTable) { method getPackagePrefix (line 221) | public static String getPackagePrefix(String packageName) { method getImportList (line 232) | public static HashSet getImportList(GenTable genTable) { method getDicts (line 256) | public static String getDicts(GenTable genTable) { method addDicts (line 273) | public static void addDicts(Set dicts, List co... method getPermissionPrefix (line 290) | public static String getPermissionPrefix(String moduleName, String bus... method getParentMenuId (line 300) | public static String getParentMenuId(Dict paramsObj) { method getTreecode (line 314) | public static String getTreecode(Map paramsObj) { method getTreeParentCode (line 327) | public static String getTreeParentCode(Dict paramsObj) { method getTreeName (line 340) | public static String getTreeName(Dict paramsObj) { method getExpandColumn (line 353) | public static int getExpandColumn(GenTable genTable) { FILE: ruoyi-job/src/main/java/top/flya/job/config/XxlJobConfig.java class XxlJobConfig (line 17) | @Slf4j method xxlJobExecutor (line 26) | @Bean FILE: ruoyi-job/src/main/java/top/flya/job/config/properties/XxlJobProperties.java class XxlJobProperties (line 12) | @Data class Executor (line 24) | @Data FILE: ruoyi-job/src/main/java/top/flya/job/service/SampleService.java class SampleService (line 27) | @Slf4j method demoJobHandler (line 35) | @XxlJob("demoJobHandler") method shardingJobHandler (line 49) | @XxlJob("shardingJobHandler") method commandJobHandler (line 73) | @XxlJob("commandJobHandler") method httpJobHandler (line 124) | @XxlJob("httpJobHandler") method demoJobHandler2 (line 238) | @XxlJob(value = "demoJobHandler2", init = "init", destroy = "destroy") method init (line 243) | public void init() { method destroy (line 247) | public void destroy() { FILE: ruoyi-oss/src/main/java/top/flya/oss/constant/OssConstant.java type OssConstant (line 11) | public interface OssConstant { FILE: ruoyi-oss/src/main/java/top/flya/oss/core/OssClient.java class OssClient (line 37) | public class OssClient { method OssClient (line 45) | public OssClient(String configKey, OssProperties ossProperties) { method createBucket (line 80) | public void createBucket() { method upload (line 96) | public UploadResult upload(byte[] data, String path, String contentTyp... method upload (line 100) | public UploadResult upload(InputStream inputStream, String path, Strin... method delete (line 118) | public void delete(String path) { method uploadSuffix (line 127) | public UploadResult uploadSuffix(byte[] data, String suffix, String co... method uploadSuffix (line 131) | public UploadResult uploadSuffix(InputStream inputStream, String suffi... method getObjectMetadata (line 140) | public ObjectMetadata getObjectMetadata(String path) { method getObjectContent (line 146) | public InputStream getObjectContent(String path) { method getUrl (line 152) | public String getUrl() { method getPath (line 170) | public String getPath(String prefix, String suffix) { method getConfigKey (line 182) | public String getConfigKey() { method getPrivateUrl (line 192) | public String getPrivateUrl(String objectKey, Integer second) { method checkPropertiesSame (line 204) | public boolean checkPropertiesSame(OssProperties properties) { method getAccessPolicy (line 213) | public AccessPolicyType getAccessPolicy() { method getPolicy (line 217) | private static String getPolicy(String bucketName, PolicyType policyTy... FILE: ruoyi-oss/src/main/java/top/flya/oss/entity/UploadResult.java class UploadResult (line 11) | @Data FILE: ruoyi-oss/src/main/java/top/flya/oss/enumd/AccessPolicyType.java type AccessPolicyType (line 12) | @Getter method getByType (line 46) | public static AccessPolicyType getByType(String type) { FILE: ruoyi-oss/src/main/java/top/flya/oss/enumd/PolicyType.java type PolicyType (line 11) | @Getter FILE: ruoyi-oss/src/main/java/top/flya/oss/exception/OssException.java class OssException (line 8) | public class OssException extends RuntimeException { method OssException (line 12) | public OssException(String msg) { FILE: ruoyi-oss/src/main/java/top/flya/oss/factory/OssFactory.java class OssFactory (line 22) | @Slf4j method instance (line 30) | public static OssClient instance() { method instance (line 42) | public static OssClient instance(String configKey) { FILE: ruoyi-oss/src/main/java/top/flya/oss/properties/OssProperties.java class OssProperties (line 10) | @Data FILE: ruoyi-sms/src/main/java/top/flya/sms/config/SmsConfig.java class SmsConfig (line 18) | @Configuration class AliyunSmsConfig (line 21) | @Configuration method aliyunSmsTemplate (line 26) | @Bean class TencentSmsConfig (line 33) | @Configuration method tencentSmsTemplate (line 38) | @Bean FILE: ruoyi-sms/src/main/java/top/flya/sms/config/properties/SmsProperties.java class SmsProperties (line 13) | @Data FILE: ruoyi-sms/src/main/java/top/flya/sms/core/AliyunSmsTemplate.java class AliyunSmsTemplate (line 22) | public class AliyunSmsTemplate implements SmsTemplate { method AliyunSmsTemplate (line 28) | @SneakyThrows(Exception.class) method send (line 41) | @Override FILE: ruoyi-sms/src/main/java/top/flya/sms/core/SmsTemplate.java type SmsTemplate (line 13) | public interface SmsTemplate { method send (line 24) | SmsResult send(String phones, String templateId, Map p... FILE: ruoyi-sms/src/main/java/top/flya/sms/core/TencentSmsTemplate.java class TencentSmsTemplate (line 30) | public class TencentSmsTemplate implements SmsTemplate { method TencentSmsTemplate (line 36) | @SneakyThrows(Exception.class) method send (line 47) | @Override FILE: ruoyi-sms/src/main/java/top/flya/sms/entity/SmsResult.java class SmsResult (line 11) | @Data FILE: ruoyi-sms/src/main/java/top/flya/sms/exception/SmsException.java class SmsException (line 8) | public class SmsException extends RuntimeException { method SmsException (line 12) | public SmsException(String msg) { FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysCache.java class SysCache (line 12) | @Data method SysCache (line 36) | public SysCache(String cacheName, String remark) { method SysCache (line 41) | public SysCache(String cacheName, String cacheKey, String cacheValue) { FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysConfig.java class SysConfig (line 22) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysLogininfor.java class SysLogininfor (line 23) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysNotice.java class SysNotice (line 19) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysOperLog.java class SysOperLog (line 23) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysOss.java class SysOss (line 14) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysOssConfig.java class SysOssConfig (line 14) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysPost.java class SysPost (line 24) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysRoleDept.java class SysRoleDept (line 14) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysRoleMenu.java class SysRoleMenu (line 14) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysUserOnline.java class SysUserOnline (line 11) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysUserPost.java class SysUserPost (line 14) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/SysUserRole.java class SysUserRole (line 14) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/bo/SysOssBo.java class SysOssBo (line 12) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/bo/SysOssConfigBo.java class SysOssConfigBo (line 21) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/vo/MetaVo.java class MetaVo (line 12) | @Data method MetaVo (line 35) | public MetaVo(String title, String icon) { method MetaVo (line 40) | public MetaVo(String title, String icon, boolean noCache) { method MetaVo (line 46) | public MetaVo(String title, String icon, String link) { method MetaVo (line 52) | public MetaVo(String title, String icon, boolean noCache, String link) { FILE: ruoyi-system/src/main/java/top/flya/system/domain/vo/RouterVo.java class RouterVo (line 13) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/vo/SysOssConfigVo.java class SysOssConfigVo (line 14) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/vo/SysOssVo.java class SysOssVo (line 12) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/vo/SysUserExportVo.java class SysUserExportVo (line 18) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/domain/vo/SysUserImportVo.java class SysUserImportVo (line 17) | @Data FILE: ruoyi-system/src/main/java/top/flya/system/listener/SysUserImportListener.java class SysUserImportListener (line 27) | @Slf4j method SysUserImportListener (line 43) | public SysUserImportListener(Boolean isUpdateSupport) { method invoke (line 51) | @Override method doAfterAllAnalysed (line 87) | @Override method getExcelResult (line 92) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/mapper/SysConfigMapper.java type SysConfigMapper (line 11) | public interface SysConfigMapper extends BaseMapperPlus selectDeptListByRoleId(@Param("roleId") Long roleId, @Param... FILE: ruoyi-system/src/main/java/top/flya/system/mapper/SysDictDataMapper.java type SysDictDataMapper (line 15) | public interface SysDictDataMapper extends BaseMapperPlus selectDictDataByType(String dictType) { FILE: ruoyi-system/src/main/java/top/flya/system/mapper/SysDictTypeMapper.java type SysDictTypeMapper (line 11) | public interface SysDictTypeMapper extends BaseMapperPlus selectMenuPerms(); method selectMenuListByUserId (line 33) | List selectMenuListByUserId(@Param(Constants.WRAPPER) Wrapper... method selectMenuPermsByUserId (line 41) | List selectMenuPermsByUserId(Long userId); method selectMenuPermsByRoleId (line 49) | List selectMenuPermsByRoleId(Long roleId); method selectMenuTreeAll (line 56) | default List selectMenuTreeAll() { method selectMenuTreeByUserId (line 71) | List selectMenuTreeByUserId(Long userId); method selectMenuListByRoleId (line 80) | List selectMenuListByRoleId(@Param("roleId") Long roleId, @Param... FILE: ruoyi-system/src/main/java/top/flya/system/mapper/SysNoticeMapper.java type SysNoticeMapper (line 11) | public interface SysNoticeMapper extends BaseMapperPlus selectPostListByUserId(Long userId); method selectPostsByUserName (line 29) | List selectPostsByUserName(String userName); FILE: ruoyi-system/src/main/java/top/flya/system/mapper/SysRoleDeptMapper.java type SysRoleDeptMapper (line 11) | public interface SysRoleDeptMapper extends BaseMapperPlus selectRolePermissionByUserId(Long userId); method selectRoleListByUserId (line 52) | List selectRoleListByUserId(Long userId); method selectRolesByUserName (line 60) | List selectRolesByUserName(String userName); FILE: ruoyi-system/src/main/java/top/flya/system/mapper/SysRoleMenuMapper.java type SysRoleMenuMapper (line 11) | public interface SysRoleMenuMapper extends BaseMapperPlus selectUserIdsByRoleId(Long roleId); FILE: ruoyi-system/src/main/java/top/flya/system/runner/SystemApplicationRunner.java class SystemApplicationRunner (line 18) | @Slf4j method run (line 28) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysConfigService.java type ISysConfigService (line 14) | public interface ISysConfigService { method selectPageConfigList (line 17) | TableDataInfo selectPageConfigList(SysConfig config, PageQu... method selectConfigById (line 25) | SysConfig selectConfigById(Long configId); method selectConfigByKey (line 33) | String selectConfigByKey(String configKey); method selectCaptchaEnabled (line 40) | boolean selectCaptchaEnabled(); method selectConfigList (line 48) | List selectConfigList(SysConfig config); method insertConfig (line 56) | String insertConfig(SysConfig config); method updateConfig (line 64) | String updateConfig(SysConfig config); method deleteConfigByIds (line 71) | void deleteConfigByIds(Long[] configIds); method loadingConfigCache (line 76) | void loadingConfigCache(); method clearConfigCache (line 81) | void clearConfigCache(); method resetConfigCache (line 86) | void resetConfigCache(); method checkConfigKeyUnique (line 94) | boolean checkConfigKeyUnique(SysConfig config); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysDataScopeService.java type ISysDataScopeService (line 8) | public interface ISysDataScopeService { method getRoleCustom (line 16) | String getRoleCustom(Long roleId); method getDeptAndChild (line 24) | String getDeptAndChild(Long deptId); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysDeptService.java type ISysDeptService (line 13) | public interface ISysDeptService { method selectDeptList (line 20) | List selectDeptList(SysDept dept); method selectDeptTreeList (line 28) | List> selectDeptTreeList(SysDept dept); method buildDeptTreeSelect (line 36) | List> buildDeptTreeSelect(List depts); method selectDeptListByRoleId (line 44) | List selectDeptListByRoleId(Long roleId); method selectDeptById (line 52) | SysDept selectDeptById(Long deptId); method selectNormalChildrenDeptById (line 60) | long selectNormalChildrenDeptById(Long deptId); method hasChildByDeptId (line 68) | boolean hasChildByDeptId(Long deptId); method checkDeptExistUser (line 76) | boolean checkDeptExistUser(Long deptId); method checkDeptNameUnique (line 84) | boolean checkDeptNameUnique(SysDept dept); method checkDeptDataScope (line 91) | void checkDeptDataScope(Long deptId); method insertDept (line 99) | int insertDept(SysDept dept); method updateDept (line 107) | int updateDept(SysDept dept); method deleteDeptById (line 115) | int deleteDeptById(Long deptId); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysDictDataService.java type ISysDictDataService (line 14) | public interface ISysDictDataService { method selectPageDictDataList (line 17) | TableDataInfo selectPageDictDataList(SysDictData dictData... method selectDictDataList (line 25) | List selectDictDataList(SysDictData dictData); method selectDictLabel (line 34) | String selectDictLabel(String dictType, String dictValue); method selectDictDataById (line 42) | SysDictData selectDictDataById(Long dictCode); method deleteDictDataByIds (line 49) | void deleteDictDataByIds(Long[] dictCodes); method insertDictData (line 57) | List insertDictData(SysDictData dictData); method updateDictData (line 65) | List updateDictData(SysDictData dictData); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysDictTypeService.java type ISysDictTypeService (line 15) | public interface ISysDictTypeService { method selectPageDictTypeList (line 18) | TableDataInfo selectPageDictTypeList(SysDictType dictType... method selectDictTypeList (line 26) | List selectDictTypeList(SysDictType dictType); method selectDictTypeAll (line 33) | List selectDictTypeAll(); method selectDictDataByType (line 41) | List selectDictDataByType(String dictType); method selectDictTypeById (line 49) | SysDictType selectDictTypeById(Long dictId); method selectDictTypeByType (line 57) | SysDictType selectDictTypeByType(String dictType); method deleteDictTypeByIds (line 64) | void deleteDictTypeByIds(Long[] dictIds); method loadingDictCache (line 69) | void loadingDictCache(); method clearDictCache (line 74) | void clearDictCache(); method resetDictCache (line 79) | void resetDictCache(); method insertDictType (line 87) | List insertDictType(SysDictType dictType); method updateDictType (line 95) | List updateDictType(SysDictType dictType); method checkDictTypeUnique (line 103) | boolean checkDictTypeUnique(SysDictType dictType); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysLogininforService.java type ISysLogininforService (line 14) | public interface ISysLogininforService { method selectPageLogininforList (line 17) | TableDataInfo selectPageLogininforList(SysLogininfor lo... method insertLogininfor (line 24) | void insertLogininfor(SysLogininfor logininfor); method selectLogininforList (line 32) | List selectLogininforList(SysLogininfor logininfor); method deleteLogininforByIds (line 40) | int deleteLogininforByIds(Long[] infoIds); method cleanLogininfor (line 45) | void cleanLogininfor(); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysMenuService.java type ISysMenuService (line 15) | public interface ISysMenuService { method selectMenuList (line 23) | List selectMenuList(Long userId); method selectMenuList (line 32) | List selectMenuList(SysMenu menu, Long userId); method selectMenuPermsByUserId (line 40) | Set selectMenuPermsByUserId(Long userId); method selectMenuPermsByRoleId (line 48) | Set selectMenuPermsByRoleId(Long roleId); method selectMenuTreeByUserId (line 56) | List selectMenuTreeByUserId(Long userId); method selectMenuListByRoleId (line 64) | List selectMenuListByRoleId(Long roleId); method buildMenus (line 72) | List buildMenus(List menus); method buildMenuTreeSelect (line 80) | List> buildMenuTreeSelect(List menus); method selectMenuById (line 88) | SysMenu selectMenuById(Long menuId); method hasChildByMenuId (line 96) | boolean hasChildByMenuId(Long menuId); method checkMenuExistRole (line 104) | boolean checkMenuExistRole(Long menuId); method insertMenu (line 112) | int insertMenu(SysMenu menu); method updateMenu (line 120) | int updateMenu(SysMenu menu); method deleteMenuById (line 128) | int deleteMenuById(Long menuId); method checkMenuNameUnique (line 136) | boolean checkMenuNameUnique(SysMenu menu); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysNoticeService.java type ISysNoticeService (line 14) | public interface ISysNoticeService { method selectPageNoticeList (line 17) | TableDataInfo selectPageNoticeList(SysNotice notice, PageQu... method selectNoticeById (line 25) | SysNotice selectNoticeById(Long noticeId); method selectNoticeList (line 33) | List selectNoticeList(SysNotice notice); method insertNotice (line 41) | int insertNotice(SysNotice notice); method updateNotice (line 49) | int updateNotice(SysNotice notice); method deleteNoticeById (line 57) | int deleteNoticeById(Long noticeId); method deleteNoticeByIds (line 65) | int deleteNoticeByIds(Long[] noticeIds); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysOperLogService.java type ISysOperLogService (line 14) | public interface ISysOperLogService { method selectPageOperLogList (line 16) | TableDataInfo selectPageOperLogList(SysOperLog operLog, Pa... method insertOperlog (line 23) | void insertOperlog(SysOperLog operLog); method selectOperLogList (line 31) | List selectOperLogList(SysOperLog operLog); method deleteOperLogByIds (line 39) | int deleteOperLogByIds(Long[] operIds); method selectOperLogById (line 47) | SysOperLog selectOperLogById(Long operId); method cleanOperLog (line 52) | void cleanOperLog(); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysOssConfigService.java type ISysOssConfigService (line 17) | public interface ISysOssConfigService { method init (line 22) | void init(); method queryById (line 27) | SysOssConfigVo queryById(Long ossConfigId); method queryPageList (line 32) | TableDataInfo queryPageList(SysOssConfigBo bo, PageQue... method insertByBo (line 41) | Boolean insertByBo(SysOssConfigBo bo); method updateByBo (line 49) | Boolean updateByBo(SysOssConfigBo bo); method deleteWithValidByIds (line 58) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); method updateOssConfigStatus (line 63) | int updateOssConfigStatus(SysOssConfigBo bo); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysOssService.java type ISysOssService (line 19) | public interface ISysOssService { method queryPageList (line 21) | TableDataInfo queryPageList(SysOssBo sysOss, PageQuery pageQ... method listByIds (line 23) | List listByIds(Collection ossIds); method getById (line 25) | SysOssVo getById(Long ossId); method upload (line 27) | SysOssVo upload(MultipartFile file); method download (line 29) | void download(Long ossId, HttpServletResponse response) throws IOExcep... method deleteWithValidByIds (line 31) | Boolean deleteWithValidByIds(Collection ids, Boolean isValid); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysPostService.java type ISysPostService (line 14) | public interface ISysPostService { method selectPagePostList (line 17) | TableDataInfo selectPagePostList(SysPost post, PageQuery page... method selectPostList (line 25) | List selectPostList(SysPost post); method selectPostAll (line 32) | List selectPostAll(); method selectPostById (line 40) | SysPost selectPostById(Long postId); method selectPostListByUserId (line 48) | List selectPostListByUserId(Long userId); method checkPostNameUnique (line 56) | boolean checkPostNameUnique(SysPost post); method checkPostCodeUnique (line 64) | boolean checkPostCodeUnique(SysPost post); method countUserPostById (line 72) | long countUserPostById(Long postId); method deletePostById (line 80) | int deletePostById(Long postId); method deletePostByIds (line 88) | int deletePostByIds(Long[] postIds); method insertPost (line 96) | int insertPost(SysPost post); method updatePost (line 104) | int updatePost(SysPost post); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysRoleService.java type ISysRoleService (line 16) | public interface ISysRoleService { method selectPageRoleList (line 19) | TableDataInfo selectPageRoleList(SysRole role, PageQuery page... method selectRoleList (line 27) | List selectRoleList(SysRole role); method selectRolesByUserId (line 35) | List selectRolesByUserId(Long userId); method selectRolePermissionByUserId (line 43) | Set selectRolePermissionByUserId(Long userId); method selectRoleAll (line 50) | List selectRoleAll(); method selectRoleListByUserId (line 58) | List selectRoleListByUserId(Long userId); method selectRoleById (line 66) | SysRole selectRoleById(Long roleId); method checkRoleNameUnique (line 74) | boolean checkRoleNameUnique(SysRole role); method checkRoleKeyUnique (line 82) | boolean checkRoleKeyUnique(SysRole role); method checkRoleAllowed (line 89) | void checkRoleAllowed(SysRole role); method checkRoleDataScope (line 96) | void checkRoleDataScope(Long roleId); method countUserRoleByRoleId (line 104) | long countUserRoleByRoleId(Long roleId); method insertRole (line 112) | int insertRole(SysRole role); method updateRole (line 120) | int updateRole(SysRole role); method updateRoleStatus (line 128) | int updateRoleStatus(SysRole role); method authDataScope (line 136) | int authDataScope(SysRole role); method deleteRoleById (line 144) | int deleteRoleById(Long roleId); method deleteRoleByIds (line 152) | int deleteRoleByIds(Long[] roleIds); method deleteAuthUser (line 160) | int deleteAuthUser(SysUserRole userRole); method deleteAuthUsers (line 169) | int deleteAuthUsers(Long roleId, Long[] userIds); method insertAuthUsers (line 178) | int insertAuthUsers(Long roleId, Long[] userIds); method cleanOnlineUserByRole (line 180) | void cleanOnlineUserByRole(Long roleId); FILE: ruoyi-system/src/main/java/top/flya/system/service/ISysUserService.java type ISysUserService (line 14) | public interface ISysUserService { method selectPageUserList (line 17) | TableDataInfo selectPageUserList(SysUser user, PageQuery page... method selectUserList (line 25) | List selectUserList(SysUser user); method selectAllocatedList (line 33) | TableDataInfo selectAllocatedList(SysUser user, PageQuery pag... method selectUnallocatedList (line 41) | TableDataInfo selectUnallocatedList(SysUser user, PageQuery p... method selectUserByUserName (line 49) | SysUser selectUserByUserName(String userName); method selectUserByPhonenumber (line 57) | SysUser selectUserByPhonenumber(String phonenumber); method selectUserById (line 65) | SysUser selectUserById(Long userId); method selectUserRoleGroup (line 73) | String selectUserRoleGroup(String userName); method selectUserPostGroup (line 81) | String selectUserPostGroup(String userName); method checkUserNameUnique (line 89) | boolean checkUserNameUnique(SysUser user); method checkPhoneUnique (line 97) | boolean checkPhoneUnique(SysUser user); method checkEmailUnique (line 105) | boolean checkEmailUnique(SysUser user); method checkUserAllowed (line 112) | void checkUserAllowed(SysUser user); method checkUserDataScope (line 119) | void checkUserDataScope(Long userId); method insertUser (line 127) | int insertUser(SysUser user); method registerUser (line 135) | boolean registerUser(SysUser user); method updateUser (line 143) | int updateUser(SysUser user); method insertUserAuth (line 151) | void insertUserAuth(Long userId, Long[] roleIds); method updateUserStatus (line 159) | int updateUserStatus(SysUser user); method updateUserProfile (line 167) | int updateUserProfile(SysUser user); method updateUserAvatar (line 176) | boolean updateUserAvatar(String userName, String avatar); method resetPwd (line 184) | int resetPwd(SysUser user); method resetUserPwd (line 193) | int resetUserPwd(String userName, String password); method deleteUserById (line 201) | int deleteUserById(Long userId); method deleteUserByIds (line 209) | int deleteUserByIds(Long[] userIds); FILE: ruoyi-system/src/main/java/top/flya/system/service/SysLoginService.java class SysLoginService (line 47) | @RequiredArgsConstructor method login (line 71) | public String login(String username, String password, String code, Str... method smsLogin (line 89) | public String smsLogin(String phonenumber, String smsCode) { method emailLogin (line 104) | public String emailLogin(String email, String emailCode) { method xcxLogin (line 119) | public String xcxLogin(String xcxCode) { method logout (line 152) | public void logout() { method recordLogininfor (line 168) | private void recordLogininfor(String username, String status, String m... method validateSmsCode (line 180) | private boolean validateSmsCode(String phonenumber, String smsCode) { method validateEmailCode (line 192) | private boolean validateEmailCode(String email, String emailCode) { method validateCaptcha (line 208) | public void validateCaptcha(String username, String code, String uuid) { method loadUserByUsername (line 222) | private SysUser loadUserByUsername(String username) { method loadUserByPhonenumber (line 236) | private SysUser loadUserByPhonenumber(String phonenumber) { method loadUserByEmail (line 250) | private SysUser loadUserByEmail(String email) { method loadUserByOpenid (line 264) | private SysUser loadUserByOpenid(String openid) { method buildLoginUser (line 281) | private LoginUser buildLoginUser(SysUser user) { method recordLoginInfo (line 300) | public void recordLoginInfo(Long userId, String username) { method checkLogin (line 312) | private void checkLogin(LoginType loginType, String username, Supplier... FILE: ruoyi-system/src/main/java/top/flya/system/service/SysPermissionService.java class SysPermissionService (line 15) | @RequiredArgsConstructor method getRolePermission (line 28) | public Set getRolePermission(SysUser user) { method getMenuPermission (line 45) | public Set getMenuPermission(SysUser user) { FILE: ruoyi-system/src/main/java/top/flya/system/service/SysRegisterService.java class SysRegisterService (line 26) | @RequiredArgsConstructor method register (line 36) | public void register(RegisterBody registerBody) { method validateCaptcha (line 70) | public void validateCaptcha(String username, String code, String uuid) { method recordLogininfor (line 92) | private void recordLogininfor(String username, String status, String m... FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysConfigServiceImpl.java class SysConfigServiceImpl (line 34) | @RequiredArgsConstructor method selectPageConfigList (line 40) | @Override method selectConfigById (line 59) | @Override method selectConfigByKey (line 71) | @Cacheable(cacheNames = CacheNames.SYS_CONFIG, key = "#configKey") method selectCaptchaEnabled (line 87) | @Override method selectConfigList (line 102) | @Override method insertConfig (line 120) | @CachePut(cacheNames = CacheNames.SYS_CONFIG, key = "#config.configKey") method updateConfig (line 136) | @CachePut(cacheNames = CacheNames.SYS_CONFIG, key = "#config.configKey") method deleteConfigByIds (line 161) | @Override method loadingConfigCache (line 176) | @Override method clearConfigCache (line 186) | @Override method resetConfigCache (line 194) | @Override method checkConfigKeyUnique (line 206) | @Override method getConfigValue (line 222) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysDataScopeServiceImpl.java class SysDataScopeServiceImpl (line 26) | @RequiredArgsConstructor method getRoleCustom (line 33) | @Override method getDeptAndChild (line 45) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysDeptServiceImpl.java class SysDeptServiceImpl (line 40) | @RequiredArgsConstructor method selectDeptList (line 54) | @Override method selectDeptTreeList (line 73) | @Override method buildDeptTreeSelect (line 85) | @Override method selectDeptListByRoleId (line 103) | @Override method selectDeptById (line 115) | @Cacheable(cacheNames = CacheNames.SYS_DEPT, key = "#deptId") method selectDeptNameByIds (line 134) | @Override method selectNormalChildrenDeptById (line 152) | @Override method hasChildByDeptId (line 165) | @Override method checkDeptExistUser (line 177) | @Override method checkDeptNameUnique (line 189) | @Override method checkDeptDataScope (line 203) | @Override method insertDept (line 221) | @Override method updateDept (line 238) | @CacheEvict(cacheNames = CacheNames.SYS_DEPT, key = "#dept.deptId") method updateParentDeptStatusNormal (line 263) | private void updateParentDeptStatusNormal(SysDept dept) { method updateDeptChildren (line 278) | public void updateDeptChildren(Long deptId, String newAncestors, Strin... method deleteDeptById (line 301) | @CacheEvict(cacheNames = CacheNames.SYS_DEPT, key = "#deptId") FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysDictDataServiceImpl.java class SysDictDataServiceImpl (line 25) | @RequiredArgsConstructor method selectPageDictDataList (line 31) | @Override method selectDictDataList (line 48) | @Override method selectDictLabel (line 64) | @Override method selectDictDataById (line 79) | @Override method deleteDictDataByIds (line 89) | @Override method insertDictData (line 104) | @CachePut(cacheNames = CacheNames.SYS_DICT, key = "#data.dictType") method updateDictData (line 120) | @CachePut(cacheNames = CacheNames.SYS_DICT, key = "#data.dictType") FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysDictTypeServiceImpl.java class SysDictTypeServiceImpl (line 39) | @RequiredArgsConstructor method selectPageDictTypeList (line 46) | @Override method selectDictTypeList (line 65) | @Override method selectDictTypeAll (line 81) | @Override method selectDictDataByType (line 92) | @Cacheable(cacheNames = CacheNames.SYS_DICT, key = "#dictType") method selectDictTypeById (line 108) | @Override method selectDictTypeByType (line 119) | @Cacheable(cacheNames = CacheNames.SYS_DICT, key = "#dictType") method deleteDictTypeByIds (line 130) | @Override method loadingDictCache (line 146) | @Override method clearDictCache (line 160) | @Override method resetDictCache (line 168) | @Override method insertDictType (line 180) | @CachePut(cacheNames = CacheNames.SYS_DICT, key = "#dict.dictType") method updateDictType (line 196) | @CachePut(cacheNames = CacheNames.SYS_DICT, key = "#dict.dictType") method checkDictTypeUnique (line 218) | @Override method getDictLabel (line 234) | @SuppressWarnings("unchecked cast") method getDictValue (line 262) | @SuppressWarnings("unchecked cast") FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysLogininforServiceImpl.java class SysLogininforServiceImpl (line 34) | @RequiredArgsConstructor method recordLogininfor (line 46) | @Async method getBlock (line 84) | private String getBlock(Object msg) { method selectPageLogininforList (line 91) | @Override method insertLogininfor (line 113) | @Override method selectLogininforList (line 125) | @Override method deleteLogininforByIds (line 143) | @Override method cleanLogininfor (line 151) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysMenuServiceImpl.java class SysMenuServiceImpl (line 34) | @RequiredArgsConstructor method selectMenuList (line 48) | @Override method selectMenuList (line 59) | @Override method selectMenuPermsByUserId (line 89) | @Override method selectMenuPermsByRoleId (line 107) | @Override method selectMenuTreeByUserId (line 125) | @Override method selectMenuListByRoleId (line 142) | @Override method buildMenus (line 154) | @Override method buildMenuTreeSelect (line 205) | @Override method selectMenuById (line 223) | @Override method hasChildByMenuId (line 234) | @Override method checkMenuExistRole (line 245) | @Override method insertMenu (line 256) | @Override method updateMenu (line 267) | @Override method deleteMenuById (line 278) | @Override method checkMenuNameUnique (line 289) | @Override method getRouteName (line 304) | public String getRouteName(SysMenu menu) { method getRouterPath (line 319) | public String getRouterPath(SysMenu menu) { method getComponent (line 343) | public String getComponent(SysMenu menu) { method isMenuFrame (line 361) | public boolean isMenuFrame(SysMenu menu) { method isInnerLink (line 372) | public boolean isInnerLink(SysMenu menu) { method isParentView (line 382) | public boolean isParentView(SysMenu menu) { method getChildPerms (line 393) | public List getChildPerms(List list, int parentId) { method recursionFn (line 411) | private void recursionFn(List list, SysMenu t) { method getChildList (line 425) | private List getChildList(List list, SysMenu t) { method hasChild (line 432) | private boolean hasChild(List list, SysMenu t) { method innerLinkReplaceEach (line 439) | public String innerLinkReplaceEach(String path) { FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysNoticeServiceImpl.java class SysNoticeServiceImpl (line 22) | @RequiredArgsConstructor method selectPageNoticeList (line 28) | @Override method selectNoticeById (line 45) | @Override method selectNoticeList (line 56) | @Override method insertNotice (line 71) | @Override method updateNotice (line 82) | @Override method deleteNoticeById (line 93) | @Override method deleteNoticeByIds (line 104) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysOperLogServiceImpl.java class SysOperLogServiceImpl (line 30) | @RequiredArgsConstructor method recordOper (line 41) | @Async method selectPageOperLogList (line 50) | @Override method insertOperlog (line 80) | @Override method selectOperLogList (line 92) | @Override method deleteOperLogByIds (line 118) | @Override method selectOperLogById (line 129) | @Override method cleanOperLog (line 137) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysOssConfigServiceImpl.java class SysOssConfigServiceImpl (line 39) | @Slf4j method init (line 49) | @Override method queryById (line 62) | @Override method queryPageList (line 67) | @Override method buildQueryWrapper (line 75) | private LambdaQueryWrapper buildQueryWrapper(SysOssConfi... method insertByBo (line 83) | @Override method updateByBo (line 94) | @Override method validEntityBeforeSave (line 114) | private void validEntityBeforeSave(SysOssConfig entity) { method deleteWithValidByIds (line 120) | @Override method checkConfigKeyUnique (line 143) | private boolean checkConfigKeyUnique(SysOssConfig sysOssConfig) { method updateOssConfigStatus (line 157) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysOssServiceImpl.java class SysOssServiceImpl (line 45) | @RequiredArgsConstructor method queryPageList (line 51) | @Override method listByIds (line 60) | @Override method selectUrlByIds (line 72) | @Override method buildQueryWrapper (line 84) | private LambdaQueryWrapper buildQueryWrapper(SysOssBo bo) { method getById (line 98) | @Cacheable(cacheNames = CacheNames.SYS_OSS, key = "#ossId") method download (line 104) | @Override method upload (line 122) | @Override method deleteWithValidByIds (line 146) | @Override method matchingUrl (line 165) | private SysOssVo matchingUrl(SysOssVo oss) { FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysPostServiceImpl.java class SysPostServiceImpl (line 26) | @RequiredArgsConstructor method selectPagePostList (line 33) | @Override method selectPostList (line 49) | @Override method selectPostAll (line 62) | @Override method selectPostById (line 73) | @Override method selectPostListByUserId (line 84) | @Override method checkPostNameUnique (line 95) | @Override method checkPostCodeUnique (line 109) | @Override method countUserPostById (line 123) | @Override method deletePostById (line 134) | @Override method deletePostByIds (line 145) | @Override method insertPost (line 162) | @Override method updatePost (line 173) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysRoleServiceImpl.java class SysRoleServiceImpl (line 41) | @RequiredArgsConstructor method selectPageRoleList (line 51) | @Override method selectRoleList (line 63) | @Override method buildQueryWrapper (line 68) | private Wrapper buildQueryWrapper(SysRole role) { method selectRolesByUserId (line 88) | @Override method selectRolePermissionByUserId (line 109) | @Override method selectRoleAll (line 126) | @Override method selectRoleListByUserId (line 137) | @Override method selectRoleById (line 148) | @Override method checkRoleNameUnique (line 159) | @Override method checkRoleKeyUnique (line 173) | @Override method checkRoleAllowed (line 186) | @Override method checkRoleDataScope (line 198) | @Override method countUserRoleByRoleId (line 216) | @Override method insertRole (line 227) | @Override method updateRole (line 241) | @Override method updateRoleStatus (line 257) | @Override method authDataScope (line 268) | @Override method insertRoleMenu (line 284) | public int insertRoleMenu(SysRole role) { method insertRoleDept (line 305) | public int insertRoleDept(SysRole role) { method deleteRoleById (line 327) | @Override method deleteRoleByIds (line 343) | @Override method deleteAuthUser (line 368) | @Override method deleteAuthUsers (line 386) | @Override method insertAuthUsers (line 404) | @Override method cleanOnlineUserByRole (line 423) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysSensitiveServiceImpl.java class SysSensitiveServiceImpl (line 15) | @Service method isSensitive (line 21) | @Override FILE: ruoyi-system/src/main/java/top/flya/system/service/impl/SysUserServiceImpl.java class SysUserServiceImpl (line 46) | @Slf4j method selectPageUserList (line 58) | @Override method selectUserList (line 70) | @Override method buildQueryWrapper (line 75) | private Wrapper buildQueryWrapper(SysUser user) { method selectAllocatedList (line 102) | @Override method selectUnallocatedList (line 120) | @Override method selectUserByUserName (line 139) | @Override method selectUserByPhonenumber (line 150) | @Override method selectUserById (line 161) | @Override method selectUserRoleGroup (line 172) | @Override method selectUserPostGroup (line 187) | @Override method checkUserNameUnique (line 202) | @Override method checkPhoneUnique (line 215) | @Override method checkEmailUnique (line 228) | @Override method checkUserAllowed (line 241) | @Override method checkUserDataScope (line 253) | @Override method insertUser (line 271) | @Override method registerUser (line 289) | @Override method updateUser (line 302) | @Override method insertUserAuth (line 323) | @Override method updateUserStatus (line 337) | @Override method updateUserProfile (line 348) | @Override method updateUserAvatar (line 360) | @Override method resetPwd (line 374) | @Override method resetUserPwd (line 386) | @Override method insertUserRole (line 399) | public void insertUserRole(SysUser user) { method insertUserPost (line 408) | public void insertUserPost(SysUser user) { method insertUserRole (line 428) | public void insertUserRole(Long userId, Long[] roleIds) { method deleteUserById (line 447) | @Override method deleteUserByIds (line 463) | @Override method selectUserNameById (line 478) | @Cacheable(cacheNames = CacheNames.SYS_USER_NAME, key = "#userId") FILE: ruoyi-ui/src/api/demo/demo.js function listDemo (line 4) | function listDemo(query) { function pageDemo (line 13) | function pageDemo(query) { function getDemo (line 22) | function getDemo(id) { function addDemo (line 30) | function addDemo(data) { function updateDemo (line 39) | function updateDemo(data) { function delDemo (line 48) | function delDemo(id) { FILE: ruoyi-ui/src/api/demo/tree.js function listTree (line 4) | function listTree(query) { function getTree (line 13) | function getTree(id) { function addTree (line 21) | function addTree(data) { function updateTree (line 30) | function updateTree(data) { function delTree (line 39) | function delTree(id) { FILE: ruoyi-ui/src/api/login.js function login (line 4) | function login(username, password, code, uuid) { function register (line 22) | function register(data) { function getInfo (line 34) | function getInfo() { function logout (line 42) | function logout() { function getCodeImg (line 50) | function getCodeImg() { function getCodeSms (line 62) | function getCodeSms() { FILE: ruoyi-ui/src/api/monitor/cache.js function getCache (line 4) | function getCache() { function listCacheName (line 12) | function listCacheName() { function listCacheKey (line 20) | function listCacheKey(cacheName) { function getCacheValue (line 28) | function getCacheValue(cacheName, cacheKey) { function clearCacheName (line 36) | function clearCacheName(cacheName) { function clearCacheKey (line 44) | function clearCacheKey(cacheName, cacheKey) { function clearCacheAll (line 52) | function clearCacheAll() { FILE: ruoyi-ui/src/api/monitor/logininfor.js function list (line 4) | function list(query) { function delLogininfor (line 13) | function delLogininfor(infoId) { function unlockLogininfor (line 21) | function unlockLogininfor(userName) { function cleanLogininfor (line 29) | function cleanLogininfor() { FILE: ruoyi-ui/src/api/monitor/online.js function list (line 4) | function list(query) { function forceLogout (line 13) | function forceLogout(tokenId) { FILE: ruoyi-ui/src/api/monitor/operlog.js function list (line 4) | function list(query) { function delOperlog (line 13) | function delOperlog(operId) { function cleanOperlog (line 21) | function cleanOperlog() { FILE: ruoyi-ui/src/api/system/activity.js function listActivity (line 4) | function listActivity(query) { function getActivity (line 13) | function getActivity(activityId) { function addActivity (line 21) | function addActivity(data) { function updateActivity (line 30) | function updateActivity(data) { function delActivity (line 39) | function delActivity(activityId) { function getAddressList (line 47) | function getAddressList() { FILE: ruoyi-ui/src/api/system/activityConnArtist.js function listActivityConnArtist (line 4) | function listActivityConnArtist(query) { function getActivityConnArtist (line 13) | function getActivityConnArtist(activityConnArtistId) { function addActivityConnArtist (line 21) | function addActivityConnArtist(data) { function updateActivityConnArtist (line 30) | function updateActivityConnArtist(data) { function delActivityConnArtist (line 39) | function delActivityConnArtist(activityConnArtistId) { FILE: ruoyi-ui/src/api/system/activityConnIntro.js function listActivityConnIntro (line 4) | function listActivityConnIntro(query) { function getActivityConnIntro (line 13) | function getActivityConnIntro(activityConnIntroId) { function addActivityConnIntro (line 21) | function addActivityConnIntro(data) { function updateActivityConnIntro (line 30) | function updateActivityConnIntro(data) { function delActivityConnIntro (line 39) | function delActivityConnIntro(activityConnIntroId) { FILE: ruoyi-ui/src/api/system/activityConnTag.js function listActivityConnTag (line 4) | function listActivityConnTag(query) { function getActivityConnTag (line 13) | function getActivityConnTag(activityConnTagId) { function addActivityConnTag (line 21) | function addActivityConnTag(data) { function updateActivityConnTag (line 30) | function updateActivityConnTag(data) { function delActivityConnTag (line 39) | function delActivityConnTag(activityConnTagId) { FILE: ruoyi-ui/src/api/system/activityGroup.js function listActivityGroup (line 4) | function listActivityGroup(query) { function getActivityGroup (line 13) | function getActivityGroup(groupId) { function addActivityGroup (line 21) | function addActivityGroup(data) { function updateActivityGroup (line 30) | function updateActivityGroup(data) { function delActivityGroup (line 39) | function delActivityGroup(groupId) { FILE: ruoyi-ui/src/api/system/activityGroupApply.js function listActivityGroupApply (line 4) | function listActivityGroupApply(query) { function getActivityGroupApply (line 13) | function getActivityGroupApply(applyId) { function addActivityGroupApply (line 21) | function addActivityGroupApply(data) { function updateActivityGroupApply (line 30) | function updateActivityGroupApply(data) { function delActivityGroupApply (line 39) | function delActivityGroupApply(applyId) { FILE: ruoyi-ui/src/api/system/artist.js function listArtist (line 4) | function listArtist(query) { function getArtist (line 13) | function getArtist(artistId) { function addArtist (line 21) | function addArtist(data) { function updateArtist (line 30) | function updateArtist(data) { function delArtist (line 39) | function delArtist(artistId) { FILE: ruoyi-ui/src/api/system/config.js function listConfig (line 4) | function listConfig(query) { function getConfig (line 13) | function getConfig(configId) { function getConfigKey (line 21) | function getConfigKey(configKey) { function addConfig (line 29) | function addConfig(data) { function updateConfig (line 38) | function updateConfig(data) { function updateConfigByKey (line 47) | function updateConfigByKey(key, value) { function delConfig (line 59) | function delConfig(configId) { function refreshCache (line 67) | function refreshCache() { FILE: ruoyi-ui/src/api/system/dept.js function listDept (line 4) | function listDept(query) { function listDeptExcludeChild (line 13) | function listDeptExcludeChild(deptId) { function getDept (line 21) | function getDept(deptId) { function addDept (line 29) | function addDept(data) { function updateDept (line 38) | function updateDept(data) { function delDept (line 47) | function delDept(deptId) { FILE: ruoyi-ui/src/api/system/dict/data.js function listData (line 4) | function listData(query) { function getData (line 13) | function getData(dictCode) { function getDicts (line 21) | function getDicts(dictType) { function addData (line 29) | function addData(data) { function updateData (line 38) | function updateData(data) { function delData (line 47) | function delData(dictCode) { FILE: ruoyi-ui/src/api/system/dict/type.js function listType (line 4) | function listType(query) { function getType (line 13) | function getType(dictId) { function addType (line 21) | function addType(data) { function updateType (line 30) | function updateType(data) { function delType (line 39) | function delType(dictId) { function refreshCache (line 47) | function refreshCache() { function optionselect (line 55) | function optionselect() { FILE: ruoyi-ui/src/api/system/intro.js function listIntro (line 4) | function listIntro(query) { function getIntro (line 13) | function getIntro(introId) { function addIntro (line 21) | function addIntro(data) { function updateIntro (line 30) | function updateIntro(data) { function delIntro (line 39) | function delIntro(introId) { FILE: ruoyi-ui/src/api/system/menu.js function listMenu (line 4) | function listMenu(query) { function getMenu (line 13) | function getMenu(menuId) { function treeselect (line 21) | function treeselect() { function roleMenuTreeselect (line 29) | function roleMenuTreeselect(roleId) { function addMenu (line 37) | function addMenu(data) { function updateMenu (line 46) | function updateMenu(data) { function delMenu (line 55) | function delMenu(menuId) { FILE: ruoyi-ui/src/api/system/notice.js function listNotice (line 4) | function listNotice(query) { function getNotice (line 13) | function getNotice(noticeId) { function addNotice (line 21) | function addNotice(data) { function updateNotice (line 30) | function updateNotice(data) { function delNotice (line 39) | function delNotice(noticeId) { FILE: ruoyi-ui/src/api/system/official.js function listOfficial (line 4) | function listOfficial(query) { function getOfficial (line 13) | function getOfficial(officialId) { function addOfficial (line 21) | function addOfficial(data) { function updateOfficial (line 30) | function updateOfficial(data) { function delOfficial (line 39) | function delOfficial(officialId) { FILE: ruoyi-ui/src/api/system/organizer.js function listOrganizer (line 4) | function listOrganizer(query) { function getOrganizer (line 13) | function getOrganizer(organizerId) { function addOrganizer (line 21) | function addOrganizer(data) { function updateOrganizer (line 30) | function updateOrganizer(data) { function delOrganizer (line 39) | function delOrganizer(organizerId) { FILE: ruoyi-ui/src/api/system/organizerTicket.js function listOrganizerTicket (line 4) | function listOrganizerTicket(query) { function getOrganizerTicket (line 13) | function getOrganizerTicket(organizerTicketId) { function addOrganizerTicket (line 21) | function addOrganizerTicket(data) { function updateOrganizerTicket (line 30) | function updateOrganizerTicket(data) { function delOrganizerTicket (line 39) | function delOrganizerTicket(organizerTicketId) { FILE: ruoyi-ui/src/api/system/oss.js function listOss (line 4) | function listOss(query) { function listByIds (line 13) | function listByIds(ossId) { function delOss (line 21) | function delOss(ossId) { FILE: ruoyi-ui/src/api/system/ossConfig.js function listOssConfig (line 4) | function listOssConfig(query) { function getOssConfig (line 13) | function getOssConfig(ossConfigId) { function addOssConfig (line 21) | function addOssConfig(data) { function updateOssConfig (line 30) | function updateOssConfig(data) { function delOssConfig (line 39) | function delOssConfig(ossConfigId) { function changeOssConfigStatus (line 47) | function changeOssConfigStatus(ossConfigId, status, configKey) { FILE: ruoyi-ui/src/api/system/post.js function listPost (line 4) | function listPost(query) { function getPost (line 13) | function getPost(postId) { function addPost (line 21) | function addPost(data) { function updatePost (line 30) | function updatePost(data) { function delPost (line 39) | function delPost(postId) { FILE: ruoyi-ui/src/api/system/pzc_order.js function listPzc_order (line 4) | function listPzc_order(query) { function getPzc_order (line 13) | function getPzc_order(orderId) { function addPzc_order (line 21) | function addPzc_order(data) { function updatePzc_order (line 30) | function updatePzc_order(data) { function delPzc_order (line 39) | function delPzc_order(orderId) { FILE: ruoyi-ui/src/api/system/pzc_user.js function listPzc_user (line 4) | function listPzc_user(query) { function update_money (line 13) | function update_money(data) { function getPzc_user (line 22) | function getPzc_user(userId) { function addPzc_user (line 30) | function addPzc_user(data) { function updatePzc_user (line 39) | function updatePzc_user(data) { function delPzc_user (line 48) | function delPzc_user(userId) { FILE: ruoyi-ui/src/api/system/region.js function listRegion (line 4) | function listRegion(query) { function getRegion (line 13) | function getRegion(regionId) { function addRegion (line 21) | function addRegion(data) { function updateRegion (line 30) | function updateRegion(data) { function delRegion (line 39) | function delRegion(regionId) { FILE: ruoyi-ui/src/api/system/role.js function listRole (line 4) | function listRole(query) { function getRole (line 13) | function getRole(roleId) { function addRole (line 21) | function addRole(data) { function updateRole (line 30) | function updateRole(data) { function dataScope (line 39) | function dataScope(data) { function changeRoleStatus (line 48) | function changeRoleStatus(roleId, status) { function delRole (line 61) | function delRole(roleId) { function allocatedUserList (line 69) | function allocatedUserList(query) { function unallocatedUserList (line 78) | function unallocatedUserList(query) { function authUserCancel (line 87) | function authUserCancel(data) { function authUserCancelAll (line 96) | function authUserCancelAll(data) { function authUserSelectAll (line 105) | function authUserSelectAll(data) { function deptTreeSelect (line 114) | function deptTreeSelect(roleId) { FILE: ruoyi-ui/src/api/system/tag.js function listTag (line 4) | function listTag(query) { function getTag (line 13) | function getTag(tagId) { function addTag (line 21) | function addTag(data) { function updateTag (line 30) | function updateTag(data) { function delTag (line 39) | function delTag(tagId) { FILE: ruoyi-ui/src/api/system/user.js function listUser (line 5) | function listUser(query) { function getUser (line 14) | function getUser(userId) { function addUser (line 22) | function addUser(data) { function updateUser (line 31) | function updateUser(data) { function delUser (line 40) | function delUser(userId) { function resetUserPwd (line 48) | function resetUserPwd(userId, password) { function changeUserStatus (line 61) | function changeUserStatus(userId, status) { function getUserProfile (line 74) | function getUserProfile() { function updateUserProfile (line 82) | function updateUserProfile(data) { function updateUserPwd (line 91) | function updateUserPwd(oldPassword, newPassword) { function uploadAvatar (line 104) | function uploadAvatar(data) { function getAuthRole (line 113) | function getAuthRole(userId) { function updateAuthRole (line 121) | function updateAuthRole(data) { function deptTreeSelect (line 130) | function deptTreeSelect() { FILE: ruoyi-ui/src/api/system/userCollect.js function listUserCollect (line 4) | function listUserCollect(query) { function getUserCollect (line 13) | function getUserCollect(collectId) { function addUserCollect (line 21) | function addUserCollect(data) { function updateUserCollect (line 30) | function updateUserCollect(data) { function delUserCollect (line 39) | function delUserCollect(collectId) { FILE: ruoyi-ui/src/api/system/userHistory.js function listUserHistory (line 4) | function listUserHistory(query) { function getUserHistory (line 13) | function getUserHistory(historyId) { function addUserHistory (line 21) | function addUserHistory(data) { function updateUserHistory (line 30) | function updateUserHistory(data) { function delUserHistory (line 39) | function delUserHistory(historyId) { FILE: ruoyi-ui/src/api/system/userPhoto.js function listUserPhoto (line 4) | function listUserPhoto(query) { function getUserPhoto (line 13) | function getUserPhoto(photoId) { function addUserPhoto (line 21) | function addUserPhoto(data) { function updateUserPhoto (line 30) | function updateUserPhoto(data) { function delUserPhoto (line 39) | function delUserPhoto(photoId) { FILE: ruoyi-ui/src/api/system/userTalk.js function listUserTalk (line 4) | function listUserTalk(query) { function getUserTalk (line 13) | function getUserTalk(talkId) { function addUserTalk (line 21) | function addUserTalk(data) { function updateUserTalk (line 30) | function updateUserTalk(data) { function delUserTalk (line 39) | function delUserTalk(talkId) { FILE: ruoyi-ui/src/api/system/viewPager.js function listViewPager (line 4) | function listViewPager(query) { function getViewPager (line 13) | function getViewPager(viewPagerId) { function addViewPager (line 21) | function addViewPager(data) { function updateViewPager (line 30) | function updateViewPager(data) { function delViewPager (line 39) | function delViewPager(viewPagerId) { FILE: ruoyi-ui/src/api/tool/gen.js function listTable (line 4) | function listTable(query) { function listDbTable (line 14) | function listDbTable(query) { function getGenTable (line 24) | function getGenTable(tableId) { function updateGenTable (line 33) | function updateGenTable(data) { function importTable (line 43) | function importTable(data) { function previewTable (line 53) | function previewTable(tableId) { function delTable (line 62) | function delTable(tableId) { function genCode (line 71) | function genCode(tableName) { function synchDb (line 80) | function synchDb(tableName) { FILE: ruoyi-ui/src/components/DictData/index.js function searchDictByKey (line 6) | function searchDictByKey(dict, key) { function install (line 21) | function install() { FILE: ruoyi-ui/src/directive/dialog/drag.js method bind (line 7) | bind(el, binding, vnode, oldVnode) { FILE: ruoyi-ui/src/directive/dialog/dragHeight.js method bind (line 7) | bind(el) { FILE: ruoyi-ui/src/directive/dialog/dragWidth.js method bind (line 7) | bind(el) { FILE: ruoyi-ui/src/directive/module/clipboard.js method bind (line 8) | bind(el, binding, vnode) { method update (line 33) | update(el, binding) { method unbind (line 43) | unbind(el, binding) { FILE: ruoyi-ui/src/directive/permission/hasPermi.js method inserted (line 9) | inserted(el, binding, vnode) { FILE: ruoyi-ui/src/directive/permission/hasRole.js method inserted (line 9) | inserted(el, binding, vnode) { FILE: ruoyi-ui/src/layout/components/Sidebar/FixiOSBug.js method device (line 3) | device() { method mounted (line 7) | mounted() { method fixBugIniOS (line 12) | fixBugIniOS() { FILE: ruoyi-ui/src/layout/mixin/ResizeHandler.js constant WIDTH (line 4) | const WIDTH = 992 // refer to Bootstrap's responsive design method $route (line 8) | $route(route) { method beforeMount (line 14) | beforeMount() { method beforeDestroy (line 17) | beforeDestroy() { method mounted (line 20) | mounted() { method $_isMobile (line 30) | $_isMobile() { method $_resizeHandler (line 34) | $_resizeHandler() { FILE: ruoyi-ui/src/plugins/auth.js function authPermission (line 3) | function authPermission(permission) { function authRole (line 15) | function authRole(role) { method hasPermi (line 29) | hasPermi(permission) { method hasPermiOr (line 33) | hasPermiOr(permissions) { method hasPermiAnd (line 39) | hasPermiAnd(permissions) { method hasRole (line 45) | hasRole(role) { method hasRoleOr (line 49) | hasRoleOr(roles) { method hasRoleAnd (line 55) | hasRoleAnd(roles) { FILE: ruoyi-ui/src/plugins/cache.js method set (line 2) | set (key, value) { method get (line 10) | get (key) { method setJSON (line 19) | setJSON (key, jsonValue) { method getJSON (line 24) | getJSON (key) { method remove (line 30) | remove (key) { method set (line 35) | set (key, value) { method get (line 43) | get (key) { method setJSON (line 52) | setJSON (key, jsonValue) { method getJSON (line 57) | getJSON (key) { method remove (line 63) | remove (key) { FILE: ruoyi-ui/src/plugins/download.js method oss (line 12) | oss(ossId) { method zip (line 35) | zip(url, name) { method saveAs (line 55) | saveAs(text, name, opts) { method printErrMsg (line 58) | async printErrMsg(data) { FILE: ruoyi-ui/src/plugins/index.js method install (line 8) | install(Vue) { FILE: ruoyi-ui/src/plugins/modal.js method msg (line 7) | msg(content) { method msgError (line 11) | msgError(content) { method msgSuccess (line 15) | msgSuccess(content) { method msgWarning (line 19) | msgWarning(content) { method alert (line 23) | alert(content) { method alertError (line 27) | alertError(content) { method alertSuccess (line 31) | alertSuccess(content) { method alertWarning (line 35) | alertWarning(content) { method notify (line 39) | notify(content) { method notifyError (line 43) | notifyError(content) { method notifySuccess (line 47) | notifySuccess(content) { method notifyWarning (line 51) | notifyWarning(content) { method confirm (line 55) | confirm(content) { method prompt (line 63) | prompt(content) { method loading (line 71) | loading(content) { method closeLoading (line 80) | closeLoading() { FILE: ruoyi-ui/src/plugins/tab.js method refreshPage (line 6) | refreshPage(obj) { method closeOpenPage (line 26) | closeOpenPage(obj) { method closePage (line 33) | closePage(obj) { method closeAllPage (line 46) | closeAllPage() { method closeLeftPage (line 50) | closeLeftPage(obj) { method closeRightPage (line 54) | closeRightPage(obj) { method closeOtherPage (line 58) | closeOtherPage(obj) { method openPage (line 62) | openPage(title, url, params) { method updatePage (line 68) | updatePage(obj) { FILE: ruoyi-ui/src/store/modules/app.js method toggleSideBar (line 44) | toggleSideBar({ commit }) { method closeSideBar (line 47) | closeSideBar({ commit }, { withoutAnimation }) { method toggleDevice (line 50) | toggleDevice({ commit }, device) { method setSize (line 53) | setSize({ commit }, size) { method toggleSideBarHide (line 56) | toggleSideBarHide({ commit }, status) { FILE: ruoyi-ui/src/store/modules/dict.js method setDict (line 31) | setDict({ commit }, data) { method removeDict (line 35) | removeDict({ commit }, key) { method cleanDict (line 39) | cleanDict({ commit }) { FILE: ruoyi-ui/src/store/modules/permission.js method GenerateRoutes (line 33) | GenerateRoutes({ commit }) { function filterAsyncRouter (line 56) | function filterAsyncRouter(asyncRouterMap, lastRouter = false, type = fa... function filterChildren (line 83) | function filterChildren(childrenMap, lastRouter = false) { function filterDynamicRoutes (line 108) | function filterDynamicRoutes(routes) { FILE: ruoyi-ui/src/store/modules/settings.js method changeSetting (line 27) | changeSetting({ commit }, data) { method setTitle (line 31) | setTitle({ commit }, title) { FILE: ruoyi-ui/src/store/modules/tagsView.js method addView (line 121) | addView({ dispatch }, view) { method addIframeView (line 125) | addIframeView({ commit }, view) { method addVisitedView (line 128) | addVisitedView({ commit }, view) { method addCachedView (line 131) | addCachedView({ commit }, view) { method delView (line 134) | delView({ dispatch, state }, view) { method delVisitedView (line 144) | delVisitedView({ commit, state }, view) { method delIframeView (line 150) | delIframeView({ commit, state }, view) { method delCachedView (line 156) | delCachedView({ commit, state }, view) { method delOthersViews (line 162) | delOthersViews({ dispatch, state }, view) { method delOthersVisitedViews (line 172) | delOthersVisitedViews({ commit, state }, view) { method delOthersCachedViews (line 178) | delOthersCachedViews({ commit, state }, view) { method delAllViews (line 184) | delAllViews({ dispatch, state }, view) { method delAllVisitedViews (line 194) | delAllVisitedViews({ commit, state }) { method delAllCachedViews (line 200) | delAllCachedViews({ commit, state }) { method updateVisitedView (line 206) | updateVisitedView({ commit }, view) { method delRightTags (line 209) | delRightTags({ commit }, view) { method delLeftTags (line 215) | delLeftTags({ commit }, view) { FILE: ruoyi-ui/src/store/modules/user.js method Login (line 33) | Login({ commit }, userInfo) { method GetInfo (line 50) | GetInfo({ commit, state }) { method LogOut (line 71) | LogOut({ commit, state }) { method FedLogOut (line 86) | FedLogOut({ commit }) { FILE: ruoyi-ui/src/utils/auth.js function getToken (line 5) | function getToken() { function setToken (line 9) | function setToken(token) { function removeToken (line 13) | function removeToken() { FILE: ruoyi-ui/src/utils/dict/Dict.js constant DEFAULT_DICT_OPTIONS (line 6) | const DEFAULT_DICT_OPTIONS = { class Dict (line 16) | class Dict { method constructor (line 17) | constructor() { method init (line 23) | init(options) { method reloadDict (line 49) | reloadDict(type) { function loadDict (line 64) | function loadDict(dict, dictMeta) { FILE: ruoyi-ui/src/utils/dict/DictConverter.js function determineDictField (line 15) | function determineDictField(dict, ...fields) { FILE: ruoyi-ui/src/utils/dict/DictData.js class DictData (line 7) | class DictData { method constructor (line 8) | constructor(label, value, raw) { FILE: ruoyi-ui/src/utils/dict/DictMeta.js class DictMeta (line 11) | class DictMeta { method constructor (line 12) | constructor(options) { FILE: ruoyi-ui/src/utils/dict/DictOptions.js function responseConverter (line 38) | function responseConverter(response, dictMeta) { function mergeOptions (line 47) | function mergeOptions(src) { FILE: ruoyi-ui/src/utils/dict/index.js method data (line 7) | data() { method created (line 17) | created() { FILE: ruoyi-ui/src/utils/generator/css.js function addCss (line 6) | function addCss(cssList, el) { function makeUpCss (line 14) | function makeUpCss(conf) { FILE: ruoyi-ui/src/utils/generator/html.js function dialogWrapper (line 7) | function dialogWrapper(str) { function vueTemplate (line 17) | function vueTemplate(str) { function vueScript (line 25) | function vueScript(str) { function cssStyle (line 31) | function cssStyle(cssStr) { function buildFormTemplate (line 37) | function buildFormTemplate(conf, child, type) { function buildFromBtns (line 55) | function buildFromBtns(conf, type) { function colWrapper (line 72) | function colWrapper(element, str) { method colFormItem (line 82) | colFormItem(element) { method rowFormItem (line 95) | rowFormItem(element) { function attrBuilder (line 277) | function attrBuilder(el) { function buildElButtonChild (line 288) | function buildElButtonChild(conf) { function buildElInputChild (line 297) | function buildElInputChild(conf) { function buildElSelectChild (line 308) | function buildElSelectChild(conf) { function buildElRadioGroupChild (line 316) | function buildElRadioGroupChild(conf) { function buildElCheckboxGroupChild (line 326) | function buildElCheckboxGroupChild(conf) { function buildElUploadChild (line 336) | function buildElUploadChild(conf) { function makeUpHtml (line 344) | function makeUpHtml(conf, type) { FILE: ruoyi-ui/src/utils/generator/js.js function makeUpJs (line 17) | function makeUpJs(conf, type) { function buildAttributes (line 44) | function buildAttributes(el, dataList, ruleList, optionsList, methodList... function mixinMethod (line 79) | function mixinMethod(type) { function buildData (line 120) | function buildData(conf, dataList) { function buildRules (line 131) | function buildRules(conf, ruleList) { function buildOptions (line 152) | function buildOptions(conf, optionsList) { function buildProps (line 159) | function buildProps(conf, propsList) { function buildBeforeUpload (line 169) | function buildBeforeUpload(conf) { function buildSubmitUpload (line 194) | function buildSubmitUpload(conf) { function buildOptionMethod (line 201) | function buildOptionMethod(methodName, model, methodList) { function buildexport (line 209) | function buildexport(conf, type, data, rules, selectOptions, uploadVar, ... FILE: ruoyi-ui/src/utils/generator/render.js function vModel (line 20) | function vModel(self, dataObject, defaultValue) { method default (line 30) | default(h, conf, key) { method prepend (line 35) | prepend(h, conf, key) { method append (line 38) | append(h, conf, key) { method options (line 43) | options(h, conf, key) { method options (line 52) | options(h, conf, key) { method options (line 62) | options(h, conf, key) { method render (line 91) | render(h) { FILE: ruoyi-ui/src/utils/index.js function formatDate (line 6) | function formatDate(cellValue) { function formatTime (line 23) | function formatTime(time, option) { function getQueryObject (line 65) | function getQueryObject(url) { function byteLength (line 84) | function byteLength(str) { function cleanArray (line 100) | function cleanArray(actual) { function param (line 114) | function param(json) { function param2Obj (line 128) | function param2Obj(url) { function html2Text (line 150) | function html2Text(val) { function objectMerge (line 162) | function objectMerge(target, source) { function toggleClass (line 184) | function toggleClass(element, className) { function getTime (line 204) | function getTime(type) { function debounce (line 218) | function debounce(func, wait, immediate) { function deepClone (line 260) | function deepClone(source) { function uniqueArr (line 279) | function uniqueArr(arr) { function createUniqueString (line 286) | function createUniqueString() { function hasClass (line 298) | function hasClass(ele, cls) { function addClass (line 307) | function addClass(ele, cls) { function removeClass (line 316) | function removeClass(ele, cls) { function makeMap (line 323) | function makeMap(str, expectsLowerCase) { function titleCase (line 378) | function titleCase(str) { function camelCase (line 383) | function camelCase(str) { function isNumberStr (line 387) | function isNumberStr(str) { FILE: ruoyi-ui/src/utils/jsencrypt.js function encrypt (line 18) | function encrypt(txt) { function decrypt (line 25) | function decrypt(txt) { FILE: ruoyi-ui/src/utils/permission.js function checkPermi (line 8) | function checkPermi(value) { function checkRole (line 33) | function checkRole(value) { FILE: ruoyi-ui/src/utils/request.js function download (line 126) | function download(url, params, filename, config) { FILE: ruoyi-ui/src/utils/ruoyi.js function parseTime (line 9) | function parseTime(time, pattern) { function resetForm (line 50) | function resetForm(refName) { function addDateRange (line 57) | function addDateRange(params, dateRange, propName) { function selectDictLabel (line 72) | function selectDictLabel(datas, value) { function selectDictLabels (line 90) | function selectDictLabels(datas, value, separator) { function sprintf (line 116) | function sprintf(str) { function parseStrEmpty (line 130) | function parseStrEmpty(str) { function mergeRecursive (line 138) | function mergeRecursive(source, target) { function handleTree (line 160) | function handleTree(data, id, parentId, children) { function tansParams (line 208) | function tansParams(params) { function blobValidate (line 231) | function blobValidate(data) { FILE: ruoyi-ui/src/utils/scroll-to.js function move (line 19) | function move(amount) { function position (line 25) | function position() { function scrollTo (line 34) | function scrollTo(to, duration, callback) { FILE: ruoyi-ui/src/utils/validate.js function isExternal (line 5) | function isExternal(path) { function validUsername (line 13) | function validUsername(str) { function validURL (line 22) | function validURL(url) { function validLowerCase (line 31) | function validLowerCase(str) { function validUpperCase (line 40) | function validUpperCase(str) { function validAlphabets (line 49) | function validAlphabets(str) { function validEmail (line 58) | function validEmail(email) { function isString (line 67) | function isString(str) { function isArray (line 78) | function isArray(arg) { FILE: ruoyi-ui/src/views/dashboard/mixins/resize.js method data (line 4) | data() { method mounted (line 10) | mounted() { method activated (line 13) | activated() { method beforeDestroy (line 22) | beforeDestroy() { method deactivated (line 25) | deactivated() { method $_sidebarResizeHandler (line 31) | $_sidebarResizeHandler(e) { method initListener (line 36) | initListener() { method destroyListener (line 45) | destroyListener() { method resize (line 51) | resize() { FILE: ruoyi-ui/vue.config.js function resolve (line 4) | function resolve(dir) { method chainWebpack (line 72) | chainWebpack(config) { FILE: script/sql/oracle/oracle_ry_vue_4.X.sql type sys_dept (line 4) | create table sys_dept ( type sys_user (line 57) | create table sys_user ( type sys_post (line 112) | create table sys_post ( type sys_role (line 151) | create table sys_role ( type sys_menu (line 196) | create table sys_menu ( type sys_user_role (line 353) | create table sys_user_role ( type sys_role_menu (line 374) | create table sys_role_menu ( type sys_role_dept (line 471) | create table sys_role_dept ( type sys_user_post (line 493) | create table sys_user_post ( type sys_oper_log (line 514) | create table sys_oper_log ( type idx_sys_oper_log_bt (line 534) | create index idx_sys_oper_log_bt on sys_oper_log (business_type) type idx_sys_oper_log_s (line 535) | create index idx_sys_oper_log_s on sys_oper_log (status) type idx_sys_oper_log_ot (line 536) | create index idx_sys_oper_log_ot on sys_oper_log (oper_time) type sys_dict_type (line 560) | create table sys_dict_type ( type sys_dict_type_index1 (line 573) | create unique index sys_dict_type_index1 on sys_dict_type (dict_type) type sys_dict_data (line 599) | create table sys_dict_data ( type sys_config (line 664) | create table sys_config ( type sys_logininfor (line 701) | create table sys_logininfor ( type idx_sys_logininfor_s (line 714) | create index idx_sys_logininfor_s on sys_logininfor (status) type idx_sys_logininfor_lt (line 715) | create index idx_sys_logininfor_lt on sys_logininfor (login_time) type sys_notice (line 732) | create table sys_notice ( type gen_table (line 769) | create table gen_table ( type gen_table_column (line 820) | create table gen_table_column ( type sys_oss (line 875) | create table sys_oss ( type sys_oss_config (line 906) | create table sys_oss_config ( FILE: script/sql/oracle/oracle_test.sql type test_demo (line 1) | create table test_demo ( type test_tree (line 32) | create table test_tree ( FILE: script/sql/postgres/postgres_ry_vue_4.X.sql type sys_dept (line 5) | create table if not exists sys_dept type sys_user (line 58) | create table if not exists sys_user type sys_post (line 114) | create table if not exists sys_post type sys_role (line 153) | create table if not exists sys_role type sys_menu (line 199) | create table if not exists sys_menu type sys_user_role (line 357) | create table if not exists sys_user_role type sys_role_menu (line 379) | create table if not exists sys_role_menu type sys_role_dept (line 477) | create table if not exists sys_role_dept type sys_user_post (line 500) | create table if not exists sys_user_post type sys_oper_log (line 522) | create table if not exists sys_oper_log type idx_sys_oper_log_bt (line 543) | create index idx_sys_oper_log_bt ON sys_oper_log (business_type) type idx_sys_oper_log_s (line 544) | create index idx_sys_oper_log_s ON sys_oper_log (status) type idx_sys_oper_log_ot (line 545) | create index idx_sys_oper_log_ot ON sys_oper_log (oper_time) type sys_dict_type (line 569) | create table if not exists sys_dict_type type sys_dict_type_index1 (line 583) | create unique index sys_dict_type_index1 ON sys_dict_type (dict_type) type sys_dict_data (line 610) | create table if not exists sys_dict_data type sys_config (line 676) | create table if not exists sys_config type sys_logininfor (line 715) | create table if not exists sys_logininfor type idx_sys_logininfor_s (line 729) | create index idx_sys_logininfor_s ON sys_logininfor (status) type idx_sys_logininfor_lt (line 730) | create index idx_sys_logininfor_lt ON sys_logininfor (login_time) type sys_notice (line 747) | create table if not exists sys_notice type gen_table (line 785) | create table if not exists gen_table type gen_table_column (line 836) | create table if not exists gen_table_column type sys_oss (line 891) | create table if not exists sys_oss type sys_oss_config (line 922) | create table if not exists sys_oss_config function cast_varchar_to_timestamp (line 972) | create or replace function cast_varchar_to_timestamp(varchar) returns ti... FILE: script/sql/postgres/postgres_test.sql type test_demo (line 2) | create table if not exists test_demo type test_tree (line 33) | create table if not exists test_tree FILE: script/sql/ry_vue_4.X.sql type sys_dept (line 5) | create table sys_dept ( type sys_user (line 42) | create table sys_user ( type sys_post (line 76) | create table sys_post type sys_role (line 104) | create table sys_role ( type sys_menu (line 133) | create table sys_menu ( type sys_user_role (line 269) | create table sys_user_role ( type sys_role_menu (line 286) | create table sys_role_menu ( type sys_role_dept (line 379) | create table sys_role_dept ( type sys_user_post (line 397) | create table sys_user_post type sys_oper_log (line 415) | create table sys_oper_log ( type sys_dict_type (line 443) | create table sys_dict_type type sys_dict_data (line 472) | create table sys_dict_data type sys_config (line 522) | create table sys_config ( type sys_logininfor (line 548) | create table sys_logininfor ( type sys_notice (line 568) | create table sys_notice ( type gen_table (line 593) | create table gen_table ( type gen_table_column (line 622) | create table gen_table_column ( type sys_oss (line 652) | create table sys_oss ( type sys_oss_config (line 670) | create table sys_oss_config ( FILE: script/sql/sqlserver/sqlserver_ry_vue_4.X.sql type gen_table (line 2) | CREATE TABLE gen_table type sys_dept (line 424) | CREATE TABLE sys_dept FILE: script/sql/sqlserver/sqlserver_test.sql type test_demo (line 1) | CREATE TABLE test_demo FILE: script/sql/tables_xxl_job.sql type `xxl_job_info` (line 7) | CREATE TABLE `xxl_job_info` ( type `xxl_job_log` (line 35) | CREATE TABLE `xxl_job_log` ( type `xxl_job_log_report` (line 56) | CREATE TABLE `xxl_job_log_report` ( type `xxl_job_logglue` (line 67) | CREATE TABLE `xxl_job_logglue` ( type `xxl_job_registry` (line 78) | CREATE TABLE `xxl_job_registry` ( type `xxl_job_group` (line 88) | CREATE TABLE `xxl_job_group` ( type `xxl_job_user` (line 98) | CREATE TABLE `xxl_job_user` ( type `xxl_job_lock` (line 108) | CREATE TABLE `xxl_job_lock` ( FILE: script/sql/test.sql type test_demo (line 2) | CREATE TABLE test_demo type test_tree (line 20) | CREATE TABLE test_tree FILE: script/sql/update/postgres/update-4.2-4.3.sql function cast_varchar_to_timestamp (line 12) | create or replace function cast_varchar_to_timestamp(varchar) returns ti...