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()