java110
2021-09-03 cddcf22a61489ee9c2dfee169d817ccd66f95430
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 != ''">