springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/VolunteerCreditsExchangeServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/VolunteerCreditsExchangeServiceImpl.java
@@ -151,11 +151,6 @@ return R.fail("参数不能为空"); } if(StringUtils.isEmpty(item.getGoodsId())) { return R.fail("商品id不能为空"); } if(StringUtils.isEmpty(item.getMerchantId())) { return R.fail("商家id不能为空"); @@ -240,11 +235,6 @@ if (item==null) { return R.fail("参数不能为空"); } if(StringUtils.isEmpty(item.getGoodsId())) { return R.fail("商品id不能为空"); } if(StringUtils.isEmpty(item.getNeedScore()))