...
|
...
|
@@ -61,6 +61,7 @@ public class AlipayServiceImpl implements IAlipayService { |
|
|
|
|
|
//(3)更新数据库记录,将认证ID更新入库
|
|
|
zhiMaCertDao.updateBizNoByByPrimaryKey(zhiMaCert.getId(), certifyId);
|
|
|
zhiMaCertDao.updateValidStatusByPrimaryKey(zhiMaCert.getId());
|
|
|
|
|
|
//(4)组装返回信息
|
|
|
respBO.setCallZhiMa("1");
|
...
|
...
|
|