|
@@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="endTime != null"> and to_date(filetime,'yyyymmdd') <= to_date(#{endTime},'yyyy-mm-dd')</if>
|
|
|
</where>
|
|
|
order by uploadtime desc
|
|
|
- )t0 left join sys_dept t1 on t1.district = t0.xzqdm
|
|
|
+ )t0 left join sys_dept t1 on t1.district = t0.xzqdm and t1.del_flag = '0'
|
|
|
</select>
|
|
|
|
|
|
<select id="selectTSupervisePcsjById" parameterType="String" resultMap="TSupervisePcsjResult">
|