admin
2024-11-12 706d57aa682845cf1bc01cbfd1087c4c0f33093f
jcdm-main/src/main/resources/mapper/da/collectionParamConf/DaCollectionParamConfMapper.xml
@@ -108,6 +108,7 @@
            <if test="whetherToCollect != null">whether_to_collect,</if>
            <if test="defaultValue != null">default_value,</if>
            <if test="productModel != null">product_model,</if>
            <if test="itemType != null">item_type,</if>
        </trim>
        <trim prefix="values (" suffix=")" suffixOverrides=",">
@@ -146,6 +147,7 @@
            <if test="whetherToCollect != null">#{whetherToCollect},</if>
            <if test="defaultValue != null">#{defaultValue},</if>
            <if test="productModel != null">#{productModel},</if>
            <if test="itemType != null">#{itemType},</if>
        </trim>
    </insert>
@@ -187,6 +189,7 @@
            <if test="whetherToCollect != null">whether_to_collect = #{whetherToCollect},</if>
            <if test="defaultValue != null">default_value = #{defaultValue},</if>
            <if test="productModel != null">product_model = #{productModel},</if>
            <if test="itemType != null">item_type = #{itemType},</if>
        </trim>
        where id = #{id}