java110 3 年 前
コミット
1f44e3ea16
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      service-common/src/main/java/com/java110/common/cmd/chargeCard/SaveChargeMonthOrderCmd.java

+ 0 - 1
service-common/src/main/java/com/java110/common/cmd/chargeCard/SaveChargeMonthOrderCmd.java

@@ -76,7 +76,6 @@ public class SaveChargeMonthOrderCmd extends Cmd {
     @Override
     @Override
     public void validate(CmdEvent event, ICmdDataFlowContext cmdDataFlowContext, JSONObject reqJson) {
     public void validate(CmdEvent event, ICmdDataFlowContext cmdDataFlowContext, JSONObject reqJson) {
         Assert.hasKeyAndValue(reqJson, "cardId", "请求报文中未包含cardId");
         Assert.hasKeyAndValue(reqJson, "cardId", "请求报文中未包含cardId");
-        Assert.hasKeyAndValue(reqJson, "personName", "请求报文中未包含personName");
         Assert.hasKeyAndValue(reqJson, "personTel", "请求报文中未包含personTel");
         Assert.hasKeyAndValue(reqJson, "personTel", "请求报文中未包含personTel");
         Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId");
         Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId");
         Assert.hasKeyAndValue(reqJson, "primeRate", "请求报文中未包含primeRate");
         Assert.hasKeyAndValue(reqJson, "primeRate", "请求报文中未包含primeRate");