|
@@ -163,14 +163,14 @@ public class RegisterServiceImpl implements RegisterService {
|
|
|
// 协销Id,默认采美官方
|
|
|
Integer spId = 1342;
|
|
|
// 外部协销
|
|
|
- if (null != clubRegisterDto.getInsideFLag() && 1 == clubRegisterDto.getInsideFLag()) {
|
|
|
- spId = clubRegisterDto.getSpId();
|
|
|
- } else {
|
|
|
- if (null != clubRegisterDto.getIsSp() && 1 == clubRegisterDto.getIsSp()) {
|
|
|
- spId = null != clubRegisterDto.getSpId() ? clubRegisterDto.getSpId() : clubMapper.getSpIdRAND();
|
|
|
- }
|
|
|
- }
|
|
|
- spId = null == spId ? 1342 : spId;
|
|
|
+// if (null != clubRegisterDto.getInsideFLag() && 1 == clubRegisterDto.getInsideFLag()) {
|
|
|
+// spId = clubRegisterDto.getSpId();
|
|
|
+// } else {
|
|
|
+// if (null != clubRegisterDto.getIsSp() && 1 == clubRegisterDto.getIsSp()) {
|
|
|
+// spId = null != clubRegisterDto.getSpId() ? clubRegisterDto.getSpId() : clubMapper.getSpIdRAND();
|
|
|
+// }
|
|
|
+// }
|
|
|
+// spId = null == spId ? 1342 : spId;
|
|
|
// 获取ip所在地
|
|
|
String ipAddress = "";
|
|
|
Integer provinceId = null;
|