Your Name
2023-07-11 d7d9b601b2e4fdb663375993e2cfbdbd363df421
java110-db/src/main/resources/mapper/community/CommunitySpacePersonTimeV1ServiceDaoImplMapper.xml
@@ -37,6 +37,12 @@
                #{item}
            </foreach>
        </if>
        <if test="states !=null ">
            and t.state in
            <foreach collection="states" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="hours !=null and hours != ''">
            and t.hours= #{hours}
        </if>
@@ -69,9 +75,7 @@
        <if test="spaceId !=null and spaceId != ''">
            , t.space_id= #{spaceId}
        </if>
        <if test="cspId !=null and cspId != ''">
            , t.csp_id= #{cspId}
        </if>
        <if test="state !=null and state != ''">
            , t.state = #{state}
        </if>
@@ -85,6 +89,9 @@
        <if test="timeId !=null and timeId != ''">
            and t.time_id= #{timeId}
        </if>
        <if test="cspId !=null and cspId != ''">
            and t.csp_id= #{cspId}
        </if>
    </update>