| | |
| | | DataDictionaryCustom dataDictionaryCustom = dataDictionaryCustomMapper.selectDicDataByTypeAndCodeAndDesc( |
| | | DataDictionaryEnum.PLAN_A.getType(), |
| | | Integer.toString(Integer.parseInt(plan)+1)); |
| | | if(ObjectUtil.isEmpty(dataDictionaryCustom)){ |
| | | igtOnHookPlanOrder.setState(3); |
| | | igtOnHookPlanOrderDao.updateById(igtOnHookPlanOrder); |
| | | return; |
| | | } |
| | | String dataDictionaryCustomValue = dataDictionaryCustom.getValue(); |
| | | JSONObject levelMemberValueParse = JSONUtil.parseObj(dataDictionaryCustomValue); |
| | | BigDecimal amountPlanA = new BigDecimal(levelMemberValueParse.get("amount").toString()) |