|
@@ -106,6 +106,7 @@ public class SiQueryService {
|
|
}
|
|
}
|
|
qryPsnBsInfo.setName(qpbi.getName());
|
|
qryPsnBsInfo.setName(qpbi.getName());
|
|
qryPsnBsInfo.setSocialNo(qpbi.getSocialNo());
|
|
qryPsnBsInfo.setSocialNo(qpbi.getSocialNo());
|
|
|
|
+ qryPsnBsInfo.setPsnCertType(qpbi.getPsnCertType());
|
|
qryPsnBsInfo.setLedgerSn(0);
|
|
qryPsnBsInfo.setLedgerSn(0);
|
|
}
|
|
}
|
|
if (null != qryPsnBsInfo.getLedgerSn() && qryPsnBsInfo.getLedgerSn() != 0) {
|
|
if (null != qryPsnBsInfo.getLedgerSn() && qryPsnBsInfo.getLedgerSn() != 0) {
|