无关风月
2025-07-03 e897513fc65c426c5b0f0dce6f8b887b9cc9010d
ruoyi-system/src/main/resources/mapper/system/TTaskMapper.xml
@@ -59,6 +59,7 @@
        <if test="query.startTime != null and query.startTime != ''">
            and (t1.implement_time between #{query.startTime} and #{query.endTime})
        </if>
        order by t1.create_time desc
    </select>
    <select id="pageListUser" resultType="com.ruoyi.system.applet.vo.TaskUserListVO">
        select t1.*,t2.location_name as locationName,t3.location_name as locationTypeName,