|
@@ -149,7 +149,7 @@ public class DataService {
|
|
|
|
|
|
JSONObject jsonObjectB = new JSONObject();
|
|
JSONObject jsonObjectB = new JSONObject();
|
|
|
|
|
|
- jsonObjectB.put("BD", checkStr(record.getStr("检查号")));
|
|
|
|
|
|
+ jsonObjectB.put("BD", checkStr(record.getStr("BD")));
|
|
jsonObjectB.put("BJ", "12140300MB0351839N");
|
|
jsonObjectB.put("BJ", "12140300MB0351839N");
|
|
jsonObjectB.put("BK", "阳泉煤业(集团)有限责任公司总医院");
|
|
jsonObjectB.put("BK", "阳泉煤业(集团)有限责任公司总医院");
|
|
|
|
|