|
@@ -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)) {
|