可信证书描述信息增加特殊字符串转移
crl配置null处理
This commit is contained in:
@@ -405,7 +405,7 @@ public class PxyObjKeyringService extends BaseService{
|
||||
crlCfg=pxyObjKeyringDao.getPxyObjTrustedCaCrl(crlCfg);
|
||||
|
||||
//失效配置,将子表的失效来函设置与主表相同
|
||||
if(cfg.getIsAudit()==3){
|
||||
if(cfg.getIsAudit()==3 && crlCfg != null){
|
||||
//设置配置取消的来函信息
|
||||
serviceDictInfoDao.auditCancleRequestInfo(cfg.getCancelRequestId(),
|
||||
"pxy_obj_trusted_ca_crl",
|
||||
|
||||
Reference in New Issue
Block a user