|
@@ -71,9 +71,9 @@ public class PromotionActivityLogic {
|
|
|
throw new RemoteServiceException("电话不能为空");
|
|
|
}
|
|
|
|
|
|
- if (bean.getEnablePosition() && StringUtils.isBlank(bean.getUserAddress())) {
|
|
|
- throw new RemoteServiceException("地址不能为空");
|
|
|
- }
|
|
|
+// if (StringUtils.isBlank(bean.getUserAddress())) {
|
|
|
+// throw new RemoteServiceException("地址不能为空");
|
|
|
+// }
|
|
|
|
|
|
if (CollectionUtil.isEmpty(bean.getItems())) {
|
|
|
throw new RemoteServiceException("报名信息不能为空");
|