Commit 5a806852 authored by Quxl's avatar Quxl

x

parent 20298d9e
......@@ -49,6 +49,7 @@ public class PdsService {
}
jdbcTemplate.batchUpdate(sql, args);
Map<String, Object> parameters = new HashMap<String, Object>();
parameters.put("transaction_id", ids);
Map<String, String> headers = new HashMap<String, String>();
headers.put(authKey, authValue);
HttpUtil.post(urlUpdate, parameters, headers);
......
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