From 7c02456d56afe1a54b705b349c063af56585db7e Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Wed, 17 Sep 2025 14:13:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(product):=20=E6=B7=BB=E5=8A=A0=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=9B=BE=E7=89=87=E5=AD=97=E6=AE=B5-=20=E5=9C=A8=20Ge?= =?UTF-8?q?arProductMapper.xml=20=E6=96=87=E4=BB=B6=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=86=20product=20=E8=A1=A8=E7=9A=84=20image=20?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gear-oa/src/main/resources/mapper/oa/GearProductMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/gear-oa/src/main/resources/mapper/oa/GearProductMapper.xml b/gear-oa/src/main/resources/mapper/oa/GearProductMapper.xml index b1b35c4..0ac3c0c 100644 --- a/gear-oa/src/main/resources/mapper/oa/GearProductMapper.xml +++ b/gear-oa/src/main/resources/mapper/oa/GearProductMapper.xml @@ -35,6 +35,7 @@ p.bom_id AS bomId, p.type AS type, p.accessory AS accessory, + p.image AS image, p.is_enabled AS isEnabled, p.del_flag AS delFlag, p.create_time AS createTime,