| | |
| | | VciBaseUtil.alertNotNull(ruleOid,"规则分类",serialAccord,"流水依据"); |
| | | Map<String,String> conditionMap = new HashMap<String, String>(); |
| | | conditionMap.put("pkcoderule",ruleOid); |
| | | List<ClientBusinessObject> queryList = this.boService.queryCBO("codebreakcode", conditionMap); |
| | | List<com.vci.client.bof.ClientBusinessObject> queryList = this.boService.queryCBO("codebreakcode", conditionMap); |
| | | if (CollectionUtils.isEmpty(queryList)){ |
| | | throw new VciBaseException("规则分类[{0}]在系统中不存在",new String[]{ruleOid}); |
| | | } |
| | | conditionMap.clear(); |
| | | String oid = ""; |
| | | for (ClientBusinessObject object : queryList) { |
| | | for (com.vci.client.bof.ClientBusinessObject object : queryList) { |
| | | oid += object.getOid() + ","; |
| | | } |
| | | oid = "(" + oid.substring(0,oid.length() -1) + ")"; |