|
@@ -82,6 +82,9 @@ public class SiQueryService {
|
|
|
qryPsnBsInfo.setSocialNo(qpbi.getSocialNo());
|
|
|
qryPsnBsInfo.setLedgerSn(0);
|
|
|
}
|
|
|
+ if (null != qryPsnBsInfo.getLedgerSn() && qryPsnBsInfo.getLedgerSn() != 0) {
|
|
|
+ qryPsnBsInfo.setLedgerSn(dao.selectMaxLedgerSn(qryPsnBsInfo.getPatNo(), qryPsnBsInfo.getTimes()));
|
|
|
+ }
|
|
|
JSONObject input = exec.makeTradeHeaderWithInsureArea(SiFunction.OBTAIN_BASIC_PERSON_INFO, qryPsnBsInfo.getAdmdvs());
|
|
|
JSONObject data = new JSONObject();
|
|
|
if (qryPsnBsInfo.getSocialNo().length() < 15) {
|