mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1692修复
This commit is contained in:
+3
@@ -77,4 +77,7 @@ public class PurchaseRecordRespVO {
|
||||
@ExcelProperty("excel.export.head.purchase.record.end.time")
|
||||
@JsonSerialize(using = LocalDateSerializer.class)
|
||||
private LocalDate endTime;
|
||||
|
||||
@Schema(description = "支付状态")
|
||||
private Integer payStatus;
|
||||
}
|
||||
|
||||
+1
@@ -132,6 +132,7 @@ public class PurchaseServiceImpl implements PurchaseService {
|
||||
for (PurchaseRecordDO purchaseRecordDO : resultList) {
|
||||
PurchaseRecordRespVO respVO = BeanUtil.copyProperties(purchaseRecordDO, PurchaseRecordRespVO.class, "paymentMethod");
|
||||
respVO.setPaymentMethod(i18nUtils.getMessage(PayChannelCodeEnum.describe(purchaseRecordDO.getPaymentMethod())));
|
||||
respVO.setPayStatus(purchaseRecordDO.getStatus());
|
||||
respVOS.add(respVO);
|
||||
}
|
||||
respVOS.forEach(respVO -> {
|
||||
|
||||
Reference in New Issue
Block a user