xuxiaofei 2 gadi atpakaļ
vecāks
revīzija
2e6b0520a2

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

@@ -114,7 +114,7 @@
             <if test="infoType != null">info_type = #{infoType},</if>
             <if test="infoContent != null">info_content = #{infoContent},</if>
             <if test="sort != null">sort = #{sort},</if>
-            <if test="isCollective != null">sort = #{isCollective},</if>
+            <if test="isCollective != null">is_collective = #{isCollective},</if>
             <if test="userId != null">user_id = #{userId},</if>
             <if test="createBy != null">create_by = #{createBy},</if>
             <if test="createTime != null">create_time = #{createTime},</if>