| | |
| | | } |
| | | |
| | | } |
| | | |
| | | public ApiTrigger findNameByCode(String code, String parentCode) { |
| | | |
| | | List<ApiTrigger> listParent = apiTriggerRep.findNameByCode(code, parentCode); |
| | |
| | | list.add(new ApiTrigger(PushProtocol.SB_WHJL_2023.getCode(), PushProtocol.SB_WHJL_2023.getName())); |
| | | list.add(new ApiTrigger(PushProtocol.HB_FZZY_JG_2022.getCode(), PushProtocol.HB_FZZY_JG_2022.getName())); |
| | | list.add(new ApiTrigger(PushProtocol.SB_SHJdJW_2023.getCode(), PushProtocol.SB_SHJdJW_2023.getName())); |
| | | list.add(new ApiTrigger(PushProtocol.SB_SH_2023.getCode(), PushProtocol.SB_SH_2023.getName())); |
| | | return list; |
| | | } |
| | | |