chengf
2025-07-18 271f0165b4701b63a756afca9d440df8a829ce2f
java110-db/src/main/resources/mapper/community/CommunitySettingServiceDaoImplMapper.xml
@@ -69,9 +69,6 @@
        <if test="remark !=null and remark != ''">
            , t.remark= #{remark}
        </if>
        <if test="communityId !=null and communityId != ''">
            , t.community_id= #{communityId}
        </if>
        <if test="settingKey !=null and settingKey != ''">
            , t.setting_key= #{settingKey}
        </if>
@@ -85,6 +82,9 @@
        <if test="csId !=null and csId != ''">
            and t.cs_id= #{csId}
        </if>
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>
    </update>