|
|
@ -312,7 +312,7 @@ public class SupplierApbalanceMainServiceImpl implements SupplierApbalanceMainSe |
|
|
|
} |
|
|
|
exportReqVO.setSupplierCodeList(supplierCodeList); |
|
|
|
} |
|
|
|
// 获取当前的年月
|
|
|
|
//获取当前的年月
|
|
|
|
YearMonth yearMonth = YearMonth.now(); |
|
|
|
// 获取当月的第一天的LocalDateTime
|
|
|
|
LocalDateTime firstOfMonth = yearMonth.atDay(1).atStartOfDay(); |
|
|
|