|
@@ -768,7 +768,7 @@ public class FlowableController extends BaseController
|
|
|
String title = "【审批拒绝】由"+ userName +"于"+ createTime +"发起的:融信"+ number +"审批被拒绝,拒绝的理由为:"+ reason;
|
|
|
remoteSystemService.sendNotice(company,zfiId,title,"01","01","","0",user.toString(),"", null, null);
|
|
|
//TODO 发起人生成待办
|
|
|
- title = "【内部审批】融信【"+number+"】资料待审批,审批发起人【" + userName +"】";
|
|
|
+ title = "【内部审核退回】融信【"+number+"】内部审批退回,请维护资料后,再次提交内部审核";
|
|
|
remoteSystemService.sendNotice(company,zfiId,title,"00","","01","0",user.toString(),"", "01", "/credit/applyCreditEdit/"+zfiId);
|
|
|
}//融资企业融信开立拒绝
|
|
|
else if("1000000001".equals(menuId)){
|