|
@@ -22,8 +22,8 @@ public class PayTask implements ITask {
|
|
|
for (Record record : records) {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("institution_id", PropKit.get("institution_id"));
|
|
|
- jsonObject.put("accession_num", record.getStr("STUDYUID"));
|
|
|
- jsonObject.put("ins_type", "1");
|
|
|
+ jsonObject.put("patient_num", record.getStr("STUDYUID"));
|
|
|
+ jsonObject.put("ins_type", "2");
|
|
|
JSONObject pJsonObject = new JSONObject();
|
|
|
pJsonObject.put("params", jsonObject.toJSONString());
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|