fix 开店管理导出
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user