From 6a68a6ae443b9fa992b7f3d8d39c9a550e189798 Mon Sep 17 00:00:00 2001 From: "kuang.yifei@iwhalecloud.com" Date: Wed, 1 Jun 2022 00:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=95=86=E5=93=81=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=96=B0=E5=A2=9Ebug=20=E5=95=86=E5=93=81=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=B0=91=E4=BA=86=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ghy-goods/src/main/resources/mapper/goods/GoodsImgsMapper.xml | 4 +++- .../src/main/resources/mapper/goods/GoodsStandardMapper.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ghy-goods/src/main/resources/mapper/goods/GoodsImgsMapper.xml b/ghy-goods/src/main/resources/mapper/goods/GoodsImgsMapper.xml index 1e35c2a8..afa0ffd4 100644 --- a/ghy-goods/src/main/resources/mapper/goods/GoodsImgsMapper.xml +++ b/ghy-goods/src/main/resources/mapper/goods/GoodsImgsMapper.xml @@ -42,15 +42,17 @@ ( goods_id, img_url, + img_type, remark, create_by, create_time ) VALUES - + ( #{goodsImg.goodsId}, #{goodsImg.imgUrl}, + #{goodsImg.imgType}, #{goodsImg.remark}, #{goodsImg.createBy}, sysdate() diff --git a/ghy-goods/src/main/resources/mapper/goods/GoodsStandardMapper.xml b/ghy-goods/src/main/resources/mapper/goods/GoodsStandardMapper.xml index d050bd7e..611c7e43 100644 --- a/ghy-goods/src/main/resources/mapper/goods/GoodsStandardMapper.xml +++ b/ghy-goods/src/main/resources/mapper/goods/GoodsStandardMapper.xml @@ -71,7 +71,7 @@ goods_standard_name, goods_id, dept_goods_category_id, goods_price, discount_price, group_price, goods_num, sale_num, status, remark, create_by, create_time ) VALUES - + ( #{goodsStandard.goodsStandardName}, #{goodsStandard.goodsId}, #{goodsStandard.deptGoodsCategoryId}, #{goodsStandard.goodsPrice}, #{goodsStandard.discountPrice}, #{goodsStandard.groupPrice}, #{goodsStandard.goodsNum}, #{goodsStandard.saleNum}, #{goodsStandard.status}, #{goodsStandard.remark}, #{goodsStandard.createBy}, sysdate()