lex 1 éve
szülő
commit
d3dd5ebf83
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/tenant/trade/tradeOrder.ts

+ 1 - 1
src/tenant/trade/tradeOrder.ts

@@ -146,7 +146,7 @@ export const formatOrderDetail = async (item: any, amount?: IAmount) => {
             orderType: item.goodType,
             orderType: item.goodType,
             goodName: item.goodName,
             goodName: item.goodName,
             ...res,
             ...res,
-            purchaseNum: item.bizInfo?.bizValidTime || res.purchaseCycle
+            purchaseNum: item.bizInfo?.bizValidTime || res.purchaseNum
           }
           }
         } catch (e: any) {
         } catch (e: any) {
           throw new Error(e.message)
           throw new Error(e.message)