|
@@ -864,9 +864,9 @@ public class OwnAuthController extends BaseController {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- if(company.getScyAuthStatus()=="02"){
|
|
|
|
|
|
+ if("02".equals(company.getScyAuthStatus())){
|
|
String tittle = "【企业认证】"+scyName+"CFCA工商四要素认证失败,请联系用户"+phoneNumber+"线下核实企业信息;";
|
|
String tittle = "【企业认证】"+scyName+"CFCA工商四要素认证失败,请联系用户"+phoneNumber+"线下核实企业信息;";
|
|
- ownNoticeService.sendNotice(scyId,scyId,tittle,"00",null,"09","0","1",null, null, null);
|
|
|
|
|
|
+ ownNoticeService.sendNotice("000000",scyId,tittle,"00",null,"09","0","1",null, null, null);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|