From d28fdd49eb0bdb6ab497cf7c656da4acc48285b5 Mon Sep 17 00:00:00 2001
From: shiyj1101 <1098226878@qq.com>
Date: 星期二, 29 六月 2021 18:32:39 +0800
Subject: [PATCH] 保证金更新

---
 service-acct/src/main/java/com/java110/acct/api/AccountBondObjApi.java |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/service-acct/src/main/java/com/java110/acct/api/AccountBondObjApi.java b/service-acct/src/main/java/com/java110/acct/api/AccountBondObjApi.java
index 1beb60c..684efcf 100644
--- a/service-acct/src/main/java/com/java110/acct/api/AccountBondObjApi.java
+++ b/service-acct/src/main/java/com/java110/acct/api/AccountBondObjApi.java
@@ -62,12 +62,8 @@
     public ResponseEntity<String> updateAccountBondObj(@RequestBody JSONObject reqJson) {
 
         Assert.hasKeyAndValue(reqJson, "bobjId", "bobjId涓嶈兘涓虹┖");
-        Assert.hasKeyAndValue(reqJson, "objId", "璇锋眰鎶ユ枃涓湭鍖呭惈objId");
         Assert.hasKeyAndValue(reqJson, "receivedAmount", "璇锋眰鎶ユ枃涓湭鍖呭惈receivedAmount");
         Assert.hasKeyAndValue(reqJson, "state", "璇锋眰鎶ユ枃涓湭鍖呭惈state");
-        Assert.hasKeyAndValue(reqJson, "startTime", "璇锋眰鎶ユ枃涓湭鍖呭惈startTime");
-        Assert.hasKeyAndValue(reqJson, "endTime", "璇锋眰鎶ユ枃涓湭鍖呭惈endTime");
-
 
 
         AccountBondObjPo accountBondObjPo = BeanConvertUtil.covertBean(reqJson, AccountBondObjPo.class);

--
Gitblit v1.8.0