1098226878@qq.com
2021-12-28 745d27feae34022ccb708aba034123e08e4e9e14
java110-db/src/main/resources/mapper/fee/FeePrintPageV1ServiceDaoImplMapper.xml
@@ -60,9 +60,6 @@
        <if test="state !=null and state != ''">
            , t.state= #{state}
        </if>
        <if test="communityId !=null and communityId != ''">
            , t.community_id= #{communityId}
        </if>
        <if test="pageName !=null and pageName != ''">
            , t.page_name= #{pageName}
        </if>
@@ -70,6 +67,9 @@
        <if test="pageId !=null and pageId != ''">
            and t.page_id= #{pageId}
        </if>
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>
    </update>