fix 开店管理导出

This commit is contained in:
shuo.wang
2025-02-13 18:40:41 +08:00
parent e782a9044f
commit 7501e0e5f3

View File

@@ -160,7 +160,7 @@ public class ExportRealizeServiceImpl implements ExportRealizeService {
dto.setFranchiseFeeTax(toString(invoicingDO.getFranchiseFeeTax()));
dto.setFranchiseFee(toString(invoicingDO.getFranchiseFee()));
dto.setDesignFeeTax(toString(invoicingDO.getDesignServiceFeeTax()));
dto.setDesignFee(toString(invoicingDO.getDesignServiceFee().toString()));
dto.setDesignFee(toString(invoicingDO.getDesignServiceFee()));
}
dto.setCurrentProgress(response.getCompletionColumn() + "/" + response.getTotalColumn());
dto.setShopStatus(response.getShopStatus());