Browse Source

SCP bug HL-6104 SCP询证函中预付金额没有取到

hella_online_20240924
高竟松 10 months ago
parent
commit
777b18a211
  1. 2
      win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/service/supplierApbalanceMain/SupplierApbalanceMainServiceImpl.java

2
win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/service/supplierApbalanceMain/SupplierApbalanceMainServiceImpl.java

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

Loading…
Cancel
Save