@@ -170,7 +170,7 @@ public class MesGp12RecordService extends CrudService<MesGp12RecordDao, MesGp12R
String filePath = "";//图片地址
for (MultipartFile file : files) {
- // 获取当前年份
+ // 获取当前年份--
int currentYear = LocalDate.now().getYear();
// 获取当前月份
int currentMonth = LocalDate.now().getMonthValue();