Your Name
2023-08-26 7958f1dddb8a7f4e70d232b07a7703955ecedae0
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不能为空");
    }