chengf
2025-08-15 1ac555ce49a45e2c7fc015dbb16b104840788c21
java110-db/src/main/resources/mapper/common/SmallProgramAdvertServiceDaoImplMapper.xml
@@ -10,6 +10,7 @@
        adverts_name as 'advertsName',
        pic_url as 'picUrl',
        url,
        oss_url as 'ossUrl',
        sort,
        supplier_name as 'supplierName',
        `desc`,
@@ -46,6 +47,9 @@
            </if>
            <if test="url != null">
                url,
            </if>
            <if test="ossUrl != null">
                oss_url,
            </if>
            <if test="sort != null">
                sort,
@@ -94,6 +98,9 @@
            <if test="url != null">
                #{url,jdbcType=VARCHAR},
            </if>
            <if test="ossUrl != null">
                #{ossUrl,jdbcType=VARCHAR},
            </if>
            <if test="sort != null">
                #{sort,jdbcType=INTEGER},
            </if>
@@ -142,6 +149,9 @@
            <if test="url != null">
                url = #{url,jdbcType=VARCHAR},
            </if>
            <if test="ossUrl != null">
                oss_url = #{ossUrl,jdbcType=VARCHAR},
            </if>
            <if test="sort != null">
                sort = #{sort,jdbcType=INTEGER},
            </if>