|
@@ -28,7 +28,7 @@ public class PayTask implements ITask {
|
|
|
for (Record record : records) {
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("institution_id", PropKit.get("institution_id"));
|
|
|
- jsonObject.put("patient_num", record.getStr("ACCESSIONNUMBER"));
|
|
|
+ jsonObject.put("patient_num", record.getStr("REGPAPERNUM"));
|
|
|
jsonObject.put("ins_type", "2");
|
|
|
JSONObject pJsonObject = new JSONObject();
|
|
|
pJsonObject.put("params", jsonObject.toJSONString());
|