| | |
| | | return bizCode; |
| | | } |
| | | if (Constant.TRIGGER_P_LSPZ.equals(parentCode)) { |
| | | result = Integer.valueOf(bizCode) * 1000000 + ""; |
| | | result = bizCode + "000000"; |
| | | result = result.substring(0, 7); |
| | | } else if (Constant.TRIGGER_P_LSXZ.equals(parentCode)) { |
| | | result = Integer.valueOf(bizCode) * 100 + ""; |
| | | result = bizCode + "00"; |
| | | result = result.substring(0, 3); |
| | | } else { |
| | | result = bizCode; |
| | |
| | | |
| | | result = parentMap.get(bizCode); |
| | | if (null == result) { |
| | | result = parentMap.get(bizCode.substring(0, 3)); |
| | | if (Constant.TRIGGER_P_LSPZ.equals(parentCode)) { |
| | | result = parentMap.get(bizCode.substring(0, 3)); |
| | | } |
| | | } |
| | | if (null == result) { |
| | | result = parentMap.get(DEFAULT_MAP_KEY); |
| | |
| | | return bizCode; |
| | | } |
| | | if (Constant.TRIGGER_P_LSPZ.equals(parentCode)) { |
| | | result = Integer.valueOf(bizCode) * 1000000 + ""; |
| | | result = bizCode + "000000"; |
| | | result = result.substring(0, 7); |
| | | } else if (Constant.TRIGGER_P_LSXZ.equals(parentCode)) { |
| | | result = Integer.valueOf(bizCode) * 100 + ""; |
| | | result = bizCode + "00"; |
| | | result = result.substring(0, 3); |
| | | } else { |
| | | result = bizCode; |
| | |
| | | list.add(new ApiTrigger(SyncProtocol.FZZY_V30_GB.getCode(), SyncProtocol.FZZY_V30_GB.getName())); |
| | | list.add(new ApiTrigger(SyncProtocol.FZZY_V35_GB.getCode(), SyncProtocol.FZZY_V35_GB.getName())); |
| | | list.add(new ApiTrigger(SyncProtocol.FZZY_V40_GB.getCode(), SyncProtocol.FZZY_V40_GB.getName())); |
| | | list.add(new ApiTrigger(SyncProtocol.FZZY_V61_GB.getCode(), SyncProtocol.FZZY_V61_GB.getName())); |
| | | list.add(new ApiTrigger(SyncProtocol.FZZY_V40_WHJL.getCode(), SyncProtocol.FZZY_V40_WHJL.getName())); |
| | | list.add(new ApiTrigger(SyncProtocol.FZZY_V35_SHYZ.getCode(), SyncProtocol.FZZY_V35_SHYZ.getName())); |
| | | return list; |