skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sg/mapper/SgProgressReportMapper.xml
@@ -62,6 +62,15 @@ <if test="dto.endTime != null and dto.endTime != ''"> and report.create_time <= #{dto.endTime} </if> <if test="dto.typeName != null and dto.typeName != ''"> and dict.DICT_KEY = #{typeName} <if test="dto.childTypeList != null and !dto.childTypeList.isEmpty()"> or dict.DICT_KEY in <foreach collection="dto.childTypeList" open="(" close=")" separator="," item="id"> #{id} </foreach> </if> </if> order by report.report_time desc </select>