新增查看页面

This commit is contained in:
2026-01-11 20:53:46 +08:00
parent 0468d76a99
commit 9df4db2510
2 changed files with 1 additions and 3 deletions

View File

@@ -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;

View File

@@ -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());