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