新增查看页面
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
package com.jeesite.modules.app.utils;
|
||||
|
||||
import com.jeesite.common.config.Global;
|
||||
import com.jeesite.common.io.FileUtils;
|
||||
|
||||
import java.net.*;
|
||||
import java.util.Enumeration;
|
||||
|
||||
@@ -159,7 +159,7 @@ public class ErpAccountTransferController extends BaseController {
|
||||
@ResponseBody
|
||||
public String finish(ErpAccountTransfer erpAccountTransfer) {
|
||||
ErpAccountTransfer transfer = erpAccountTransferService.get(erpAccountTransfer);
|
||||
transfer.setStatus("1");
|
||||
transfer.setTransferStatus("1");
|
||||
ErpAccount outAccount = erpAccountService.get(transfer.getOutAccountId());
|
||||
ErpAccount inAccount = erpAccountService.get(transfer.getInAccountId());
|
||||
inAccount.setUpdateTime(new Date());
|
||||
|
||||
Reference in New Issue
Block a user