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