|
@@ -801,18 +801,15 @@ public class OwnMessageController extends BaseController {
|
|
|
SysNotice notice = new SysNotice();
|
|
|
notice.setStatus("1");
|
|
|
sysNoticeService.update(notice,queryWrapper);
|
|
|
- /**融信操作日志*/
|
|
|
- financeLog.addFinanceLog(zfiId, "融信确权【通过】,融信提交于《"+receiverName+"》签收", user.getUserId(), FinanceLog.STATUS_TWO);
|
|
|
- financeLog.addFinanceLog(zfiId, "《"+receiverName+"》待签收", user.getUserId(), FinanceLog.STATUS_TWO);
|
|
|
+
|
|
|
}else{
|
|
|
//给融资企业经办人生成签收待办
|
|
|
String title = "【融资签收】"+openName+"的【"+zfiNumber+"】,融信金额【"+AmtUtil.moneyFormat(zfiAmount)+"】,(大写:"+zfiAmountBig+"),融信待签收";
|
|
|
remoteSystemService.sendNotice(zfiSupplierId,zfiId,title,"00","","04","0",supplierHandler,"", "01", "/credit/signFor/"+zfiId);
|
|
|
-
|
|
|
- /**融信操作日志*/
|
|
|
- financeLog.addFinanceLog(zfiId, "融信确权【通过】,融信提交于《"+receiverName+"》签收", user.getUserId(), FinanceLog.STATUS_TWO);
|
|
|
- financeLog.addFinanceLog(zfiId, "《"+receiverName+"》待签收", user.getUserId(), FinanceLog.STATUS_TWO);
|
|
|
}
|
|
|
+ /**融信操作日志*/
|
|
|
+ financeLog.addFinanceLog(zfiId, "融信确权【通过】,融信提交于《"+receiverName+"》签收", user.getUserId(), FinanceLog.STATUS_TWO);
|
|
|
+ financeLog.addFinanceLog(zfiId, "《"+receiverName+"》待签收", user.getUserId(), FinanceLog.STATUS_TWO);
|
|
|
//修改时间
|
|
|
finance.setUpdateTime(DateUtils.getNowDate());
|
|
|
//修改人
|