Skip to content

Commit 45b72fe

Browse files
committed
优化ListPurchaseApplysListener
1 parent c36f588 commit 45b72fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Api/src/main/java/com/java110/api/listener/purchaseApply/ListPurchaseApplysListener.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.java110.dto.purchaseApply.PurchaseApplyDto;
1010
import com.java110.event.service.api.ServiceDataFlowEvent;
1111
import com.java110.utils.constant.ServiceCodePurchaseApplyConstant;
12-
import com.java110.utils.util.Assert;
1312
import com.java110.utils.util.BeanConvertUtil;
1413
import com.java110.vo.api.purchaseApply.ApiPurchaseApplyDataVo;
1514
import com.java110.vo.api.purchaseApply.ApiPurchaseApplyVo;
@@ -60,7 +59,7 @@ public void setPurchaseApplyInnerServiceSMOImpl(IPurchaseApplyInnerServiceSMO pu
6059

6160
@Override
6261
protected void validate(ServiceDataFlowEvent event, JSONObject reqJson) {
63-
Assert.hasKeyAndValue(reqJson, "resOrderType", "必填,请填写订单类型");
62+
//Assert.hasKeyAndValue(reqJson, "resOrderType", "必填,请填写订单类型");
6463
super.validatePageInfo(reqJson);
6564
}
6665

0 commit comments

Comments
 (0)