Commit 3e6215d1 authored by Quxl's avatar Quxl

x

parent d475ea2f
......@@ -96,8 +96,8 @@ public class HttpServiceImpl implements HttpService {
if(mobileList.size() > 0) {
common.batchSave(mobileList);
}
jdbcTemplate.executeUpdate("update tHttpItem set status = ? where id = ?", isFail ? 1 : 0, item.getId());
}
jdbcTemplate.executeUpdate("update tHttpItem set status = ? where id = ?", isFail ? 1 : 0, item.getId());
return responseBody;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment