ard-work/src/main/resources/mapper/app/ArdAppTaskMapper.xml
@@ -149,11 +149,11 @@ left join ard_app_task_pic b on b.task_id = a.id left join ard_app_task_detail c on c.task_id = a.id <where> <if test="id != null and id != ''"> and a.id = #{id} </if> <if test="userId != null and userId != ''"> and c.user_id = #{userId} </if> <if test="id != null and id != ''"> and c.id = #{id} </if> <if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 --> and a.create_time >= to_timestamp(#{params.beginTime},'yyyy-MM-DD HH24:MI:ss')