|
@@ -28,6 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="reportNumber != null and reportNumber != ''">and report_number like concat('%', #{reportNumber}, '%')</if>
|
|
|
<if test="queryPhone != null and queryPhone != ''"> and query_phone = #{queryPhone}</if>
|
|
|
</where>
|
|
|
+ order by create_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="selectMiniprogramQueryLogByLogId" parameterType="Long" resultMap="MiniprogramQueryLogResult">
|