|
|
@@ -120,7 +120,7 @@ export class OrderService extends GenericCrudService<Order> {
|
|
|
orderNo,
|
|
|
goodsId: info.goods.id,
|
|
|
goodsName: info.goods.name,
|
|
|
- goodsImage: info.goods.image,
|
|
|
+ imageFileId: info.goods.imageFileId,
|
|
|
goodsType: info.goods.goodsType,
|
|
|
supplierId: info.goods.supplierId,
|
|
|
costPrice: info.goods.costPrice,
|