From a6c5364801b60c0e6186dac500541946dfab0cb0 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Fri, 20 Dec 2024 19:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=A4=87=E7=BC=96=E8=BE=91=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E8=A3=85=E5=A4=87=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/material/device/DevInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml index 4a4ada5..977b1c9 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml @@ -372,7 +372,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" update ma_dev_info code = #{code}, - identifyCode = #{identify_code}, + identify_code = #{identifyCode}, device_name = #{deviceName}, device_weight = #{deviceWeight}, device_count = #{deviceCount},