|
@@ -462,7 +462,7 @@ public class StudentPaymentRouteOrderServiceImpl extends BaseServiceImpl<Long, S
|
|
|
}
|
|
|
if (columnValue.equals("calenderId")) {
|
|
|
if (StringUtils.isNotBlank(row.get(s).toString()) && !schoolCalender.containsKey(row.get(s).toString())) {
|
|
|
- sb.append("第" + rowNum).append("行数据导入失败:学校缴费项id不存在;");
|
|
|
+ sb.append("第" + rowNum).append("行数据导入失败:学校缴费单号不存在;");
|
|
|
continue valueIsNull;
|
|
|
} else {
|
|
|
objectMap.put("calenderId", row.get(s));
|