|
@@ -98,9 +98,9 @@ public class DataTask implements ITask {
|
|
|
// 患者姓名
|
|
|
params.put("name", patientname);
|
|
|
// 患者手机号
|
|
|
- params.put("phone", phone==null?"":phone);
|
|
|
+ params.put("phone", phone);
|
|
|
// 患者身份证号
|
|
|
- params.put("card_num", idcard==null?"":idcard);
|
|
|
+ params.put("card_num", idcard);
|
|
|
params.put("report_result", "0");
|
|
|
ThreadPoolService tService = ServiceFactory.getService(ThreadPoolService.class);
|
|
|
tService.execute(() -> {
|