Merge branch 'Release-1.1' into develop

This commit is contained in:
doufenghu
2018-08-07 17:31:59 +08:00
4 changed files with 31 additions and 24 deletions

View File

@@ -41,6 +41,9 @@
<if test="exception != null and exception != ''">
AND a.exception_Info!=''
</if>
<if test="opAction != null and opAction != ''">
AND a.opAction=#{opAction}
</if>
ORDER BY a.request_time DESC
</select>