Просмотр исходного кода

Merge branch 'sale' of https://git.code.tencent.com/weigongchengtest/wechatback into sale

chengcm 5 лет назад
Родитель
Сommit
5ffda65651

+ 0 - 9
wjj-api/src/main/java/com/demo/wjj/controller/PaySaleController.java

@@ -74,15 +74,6 @@ public class PaySaleController {
             return ApiResult.createFailure();
         }
 
-//        if (StringUtils.isBlank(name)) {
-//            LOG.info("name为空");
-//            return ApiResult.createFailure();
-//        }
-//
-//        if (StringUtils.isBlank(mobile)) {
-//            LOG.info("mobile为空");
-//            return ApiResult.createFailure();
-//        }
 
         /* 手机端用户不能设置通票 wangqing 201811302208
         if (StringUtils.isBlank(tp)) {