Przeglądaj źródła

权限问题、测试问题修改

liujh 3 lat temu
rodzic
commit
9c2c23be41

+ 1 - 1
zd-modules/zd-modules-laboratory/src/main/resources/mapper/laboratory/LabHardwareMapper.xml

@@ -323,7 +323,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="configName != null">config_name,</if>
             <if test="configStatus != null">config_status,</if>
             <if test="ipAddress != null">ip_address,</if>
-            <if test="manufacturertype != null">manufacturer_type,</if>
+            <if test="manufacturerType != null">manufacturer_type,</if>
 
             <if test="port != null">port,</if>