‘liusuyi’
2023-07-31 e7ebe2512258e91e6003467b2f613f8188db6f5d
ard-work/src/main/resources/mapper/app/ArdAppTaskMapper.xml
@@ -131,6 +131,8 @@
            <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 -->
                and a.create_time &lt;= to_timestamp(#{params.endTime},'yyyy-MM-DD HH24:MI:ss')
            </if>
            <!-- 数据范围过滤 -->
            ${params.dataScope}
        </where>
    </select>
    <select id="selectArdAppTaskListWithDetailById" parameterType="ArdAppTask" resultMap="ArdAppTaskSubResult">