1098226878@qq.com
2022-01-10 093b73aadb022895a02dbbcd64b87613e19b547b
java110-db/src/main/resources/mapper/community/MappingServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -84,6 +84,9 @@
        <if test="name !=null and name != ''">
            and t.name= #{name}
        </if>
        <if test="nameLike !=null and nameLike != ''">
            and t.name like concat('%',#{nameLike},'%')
        </if>
        <if test="remark !=null and remark != ''">
            and t.remark= #{remark}
        </if>
@@ -117,7 +120,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 != ''">