xiaogang
2021-05-21 05f5fcc1efbd628f08c868fdaf622554ff85271a
java110-db/src/main/resources/mapper/community/MappingServiceDaoImplMapper.xml
@@ -117,7 +117,7 @@
        <if test="name !=null and name != ''">
            , t.name= #{name}
        </if>
        <if test="remark !=null and remark != ''">
        <if test="remark !=null">
            , t.remark= #{remark}
        </if>
        <if test="value !=null and value != ''">