From cd7684120becfe32f03cdbff16ece0fb69f2fa11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E6=B6=9B?= <15850646081@163.com> Date: Tue, 19 Jul 2022 11:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=8F=E5=88=A9=E6=A0=B8=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/salary/web/SIAccountController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/engine/salary/web/SIAccountController.java b/src/com/engine/salary/web/SIAccountController.java index b28ed3196..f66d15149 100644 --- a/src/com/engine/salary/web/SIAccountController.java +++ b/src/com/engine/salary/web/SIAccountController.java @@ -176,6 +176,7 @@ public class SIAccountController { AccountParam reqParam = new AccountParam(); reqParam.setBillMonth(param.getBillMonth()); reqParam.setFlag(false); + reqParam.setPaymentOrganization(param.getPaymentOrganization()); return new ResponseResult(user).run(getService(user)::save, reqParam); } }