1098226878
2021-09-14 0849670f03eaa4b5de71c11558e6baf6ac8d2586
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 != ''">