no message
Showing
7 changed files
with
42 additions
and
34 deletions
-
Please register or sign in to post a comment
... | ... | @@ -8,16 +8,13 @@ |
INSERT INTO t_http_log ( | ||
url, | ||
param, | ||
app_id, | ||
create_at, | ||
restful | ||
) | ||
VALUES ( | ||
#{url}, | ||
#{param}, | ||
#{app_id}, | ||
#{create_at}, | ||
#{restful} | ||
... | ... |
... | ... | @@ -76,6 +76,7 @@ |
<if test="status != -1"> | ||
and is_genereport = #{status} | ||
</if> | ||
order by id desc | ||
</select> | ||
... | ... |