|
@@ -53,6 +53,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="endTime != null and endTime != ''"> and #{endTime} = end_time</if>
|
|
|
<if test="detectionResult != null and detectionResult != ''"> and #{detectionResult} = detection_result</if>
|
|
|
</where>
|
|
|
+ order by create_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectUserInfoById" parameterType="Long" resultMap="UserInfoResult">
|