|
@@ -589,9 +589,9 @@ public class FlowableController extends BaseController
|
|
|
//待办标题
|
|
|
String tittle = "";
|
|
|
if("1".equals(zfiCreateType)){
|
|
|
- tittle = "【融资企业签收】由【"+coreName +"】发起的融信编号为【"+ zcFinanceInf.getZfiNumber()+"】的资料待签署";
|
|
|
+ tittle = "【融资企业签收】由【"+coreName +"】发起的融信编号为【"+ zcFinanceInf.getZfiNumber()+"】的资料待签收";
|
|
|
}else {
|
|
|
- tittle = "【融资企业签收】由【"+supplierName +"】发起的融信编号为【"+ zcFinanceInf.getZfiNumber()+"】的资料待签署";
|
|
|
+ tittle = "【融资企业签收】由【"+supplierName +"】发起的融信编号为【"+ zcFinanceInf.getZfiNumber()+"】的资料待签收";
|
|
|
}
|
|
|
|
|
|
remoteSystemService.sendNotice(companyId,id,tittle,"00","","03","0",userId,"", "01", "/credit/signFor/"+id);
|
|
@@ -1010,9 +1010,9 @@ public class FlowableController extends BaseController
|
|
|
String supplierName = supplierCompany.getScyName();
|
|
|
String tittle = "";
|
|
|
if("1".equals(zfiCreateType)){
|
|
|
- tittle = "【融资签收】由【" + coreName + "】发起的:融信编号【" + zfiNumber + "】资料代签收";
|
|
|
+ tittle = "【融信签收】由【" + coreName + "】发起的:融信编号【" + zfiNumber + "】资料待签收";
|
|
|
}else{
|
|
|
- tittle = "【融资签收】由【" + supplierName + "】发起的:融信编号【" + zfiNumber + "】资料代签收";
|
|
|
+ tittle = "【融信签收】由【" + supplierName + "】发起的:融信编号【" + zfiNumber + "】资料待签收";
|
|
|
}
|
|
|
|
|
|
remoteSystemService.sendNotice(companyId, id, tittle, "00", null, "03", "0", userId, null, "01", "/credit/signFor/"+id);
|