|
@@ -22,7 +22,6 @@ import thyyxxk.webserver.service.externalhttp.SiZySrvc;
|
|
|
import thyyxxk.webserver.service.yibao.DismissService;
|
|
|
import thyyxxk.webserver.utils.*;
|
|
|
|
|
|
-import java.text.SimpleDateFormat;
|
|
|
import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
@@ -132,7 +131,7 @@ public class SiZyService {
|
|
|
JSONObject adminfo = new JSONObject();
|
|
|
adminfo.put("mdtrt_id", codeName.getName());
|
|
|
adminfo.put("psn_no", p.getPsnNo());
|
|
|
- adminfo.put("begntime", DateUtil.formatDatetime(p.getAdmissDate()));
|
|
|
+ adminfo.put("begntime", DateUtil.formatDatetime(p.getYbRegisterDate()));
|
|
|
adminfo.put("mdtrt_cert_type", MdtrtCertType.RESIDENT_IDENTITY_CARD.getCode());
|
|
|
adminfo.put("med_type", p.getMedType());
|
|
|
adminfo.put("ipt_otp_no", p.getInpatientNo());
|