| | |
| | | * Created by wuxw on 2018/5/18. |
| | | */ |
| | | @Java110Listener("saveFeeConfigInfoListener") |
| | | @Transactional |
| | | |
| | | public class SaveFeeConfigInfoListener extends AbstractFeeConfigBusinessServiceDataFlowListener{ |
| | | |
| | | private static Logger logger = LoggerFactory.getLogger(SaveFeeConfigInfoListener.class); |
| | |
| | | Assert.notEmpty(data,"没有datas 节点,或没有子节点需要处理"); |
| | | |
| | | //处理 businessFeeConfig 节点 |
| | | if(data.containsKey("businessFeeConfig")){ |
| | | Object bObj = data.get("businessFeeConfig"); |
| | | if(data.containsKey(BusinessTypeConstant.BUSINESS_TYPE_SAVE_FEE_CONFIG)){ |
| | | Object bObj = data.get(BusinessTypeConstant.BUSINESS_TYPE_SAVE_FEE_CONFIG); |
| | | JSONArray businessFeeConfigs = null; |
| | | if(bObj instanceof JSONObject){ |
| | | businessFeeConfigs = new JSONArray(); |