java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
java110-db/src/main/resources/mapper/community/ActivitiesServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -155,8 +155,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 test="staffName !=null and staffName != ''">
            and t.user_name= #{staffName}
        </if>
        <if test="activitiesId !=null and activitiesId != ''">
@@ -268,8 +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 test="staffName !=null and staffName != ''">
            and t.user_name= #{staffName}
        </if>
        <if test="activitiesId !=null and activitiesId != ''">
            and t.activities_id= #{activitiesId}