From 7958f1dddb8a7f4e70d232b07a7703955ecedae0 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期六, 26 八月 2023 12:45:33 +0800
Subject: [PATCH] 优化diamante
---
service-acct/src/main/java/com/java110/acct/cmd/integral/UpdateIntegralRuleFeeCmd.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/service-acct/src/main/java/com/java110/acct/cmd/integral/UpdateIntegralRuleFeeCmd.java b/service-acct/src/main/java/com/java110/acct/cmd/integral/UpdateIntegralRuleFeeCmd.java
index 8c6fde1..3b7eb95 100644
--- a/service-acct/src/main/java/com/java110/acct/cmd/integral/UpdateIntegralRuleFeeCmd.java
+++ b/service-acct/src/main/java/com/java110/acct/cmd/integral/UpdateIntegralRuleFeeCmd.java
@@ -24,7 +24,7 @@
import com.java110.dto.fee.FeeConfigDto;
import com.java110.intf.acct.IIntegralRuleFeeV1InnerServiceSMO;
import com.java110.intf.fee.IFeeConfigInnerServiceSMO;
-import com.java110.po.integralRuleFee.IntegralRuleFeePo;
+import com.java110.po.integral.IntegralRuleFeePo;
import com.java110.utils.exception.CmdException;
import com.java110.utils.util.Assert;
import com.java110.utils.util.BeanConvertUtil;
@@ -61,7 +61,7 @@
@Override
public void validate(CmdEvent event, ICmdDataFlowContext cmdDataFlowContext, JSONObject reqJson) {
- Assert.hasKeyAndValue(reqJson, "ircId", "ircId涓嶈兘涓虹┖");
+ Assert.hasKeyAndValue(reqJson, "irfId", "irfId涓嶈兘涓虹┖");
Assert.hasKeyAndValue(reqJson, "communityId", "communityId涓嶈兘涓虹┖");
}
--
Gitblit v1.8.0