shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
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 != ''">