java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -155,12 +155,10 @@
        <if test="readCount !=null and readCount != ''">
            and t.read_count= #{readCount}
        </if>
        <if test="userName !=null and userName != ''">
            and t.user_name= #{userName}
        <if test="staffName !=null and staffName != ''">
            and t.user_name= #{staffName}
        </if>
        <if test="userId !=null and userId != ''">
            and t.user_id= #{userId}
        </if>
        <if test="activitiesId !=null and activitiesId != ''">
            and t.activities_id= #{activitiesId}
        </if>
@@ -270,11 +268,8 @@
        <if test="readCount !=null and readCount != ''">
            and t.read_count= #{readCount}
        </if>
        <if test="userName !=null and userName != ''">
            and t.user_name= #{userName}
        </if>
        <if test="userId !=null and userId != ''">
            and t.user_id= #{userId}
        <if test="staffName !=null and staffName != ''">
            and t.user_name= #{staffName}
        </if>
        <if test="activitiesId !=null and activitiesId != ''">
            and t.activities_id= #{activitiesId}