订单日报添加结算金额字段

This commit is contained in:
Guoqs
2024-11-12 11:18:05 +08:00
parent 93077b174e
commit 4f2a4c325e

View File

@@ -703,6 +703,7 @@ public class SettleOrderReportServiceImpl implements SettleOrderReportService {
SettleOrderReport selectResult = this.selectByStationIdAndDate(stationId, tradeDate); SettleOrderReport selectResult = this.selectByStationIdAndDate(stationId, tradeDate);
if (selectResult != null) { if (selectResult != null) {
settleOrderReport.setId(selectResult.getId()); settleOrderReport.setId(selectResult.getId());
settleOrderReport.setSettleCode(selectResult.getSettleCode());
} }
settleOrderReport.setDelFlag(DelFlagEnum.NORMAL.getValue()); settleOrderReport.setDelFlag(DelFlagEnum.NORMAL.getValue());
// 订单日报 新增或更新 // 订单日报 新增或更新