private String getCriterion(List specificRegularList, int type) { StringBuilder stringBuilder = new StringBuilder(); int count = 1; for (SpecificRegular specificRegular : specificRegularList) { //找到当前项目(倒车入库)的所有具体规则,排除不扣分具体规则 if (specificRegular.getProjectId() == type && specificRegular.getDemeritState() != 0) { stringBuilder.append(count++).append(".") .append(specificRegular.getVoiceBroadcastText()) .append(",扣").append(specificRegular.getDemeritState()).append("分。\n"); } } return stringBuilder.toString();

private String getCriterionListSpecificRegular specificRegularList int type int count = 0; String a = ; for SpecificRegular specificRegular specificRegularList 找到当前项

原文地址: https://www.cveoy.top/t/topic/iyD1 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录