|
@@ -108,7 +108,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
108
|
108
|
TaPerson person = taPersonMapper.selectById(taShare.getPersonId());
|
109
|
109
|
|
110
|
110
|
// 2021年2月1日 只有业主有积分
|
111
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
111
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
112
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
112
|
113
|
return;
|
113
|
114
|
}
|
114
|
115
|
|
|
@@ -138,7 +139,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
138
|
139
|
}
|
139
|
140
|
|
140
|
141
|
// 2021年2月1日 只有业主有积分
|
141
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
142
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
143
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
142
|
144
|
return;
|
143
|
145
|
}
|
144
|
146
|
|
|
@@ -183,7 +185,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
183
|
185
|
TaPerson person = taPersonMapper.selectById(taPersonSign.getPersonId());
|
184
|
186
|
|
185
|
187
|
// 2021年2月1日 只有业主有积分
|
186
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
188
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
189
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
187
|
190
|
return;
|
188
|
191
|
}
|
189
|
192
|
|
|
@@ -219,7 +222,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
219
|
222
|
TaPerson person = taPersonMapper.selectById(taActivityDynamicEnlist.getPersonId());
|
220
|
223
|
|
221
|
224
|
// 2021年2月1日 只有业主有积分
|
222
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
225
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
226
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
223
|
227
|
return;
|
224
|
228
|
}
|
225
|
229
|
|
|
@@ -231,7 +235,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
231
|
235
|
@Override
|
232
|
236
|
public void signUpPoints(TaPerson taPerson, Integer orgId) {
|
233
|
237
|
// 2021年2月1日 只有业主有积分
|
234
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(taPerson.getPersonType())) {
|
|
238
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(taPerson.getPersonType())
|
|
239
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(taPerson.getPersonType())) {
|
235
|
240
|
return;
|
236
|
241
|
}
|
237
|
242
|
|
|
@@ -287,7 +292,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
287
|
292
|
TaPerson taPerson = taPersonMapper.getById(taRecommendCustomer.getRecommendPerson());
|
288
|
293
|
|
289
|
294
|
// 2021年2月1日 只有业主有积分
|
290
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(taPerson.getPersonType())) {
|
|
295
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(taPerson.getPersonType())
|
|
296
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(taPerson.getPersonType())) {
|
291
|
297
|
return;
|
292
|
298
|
}
|
293
|
299
|
|
|
@@ -316,7 +322,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
316
|
322
|
}
|
317
|
323
|
|
318
|
324
|
// 2021年2月1日 只有业主有积分
|
319
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(taPerson.getPersonType())) {
|
|
325
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(taPerson.getPersonType())
|
|
326
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(taPerson.getPersonType())) {
|
320
|
327
|
return;
|
321
|
328
|
}
|
322
|
329
|
|
|
@@ -426,7 +433,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
426
|
433
|
TaPerson person = taPersonMapper.selectById(taDocumentVerify.getPersonId());
|
427
|
434
|
|
428
|
435
|
// 2021年2月1日 只有业主有积分
|
429
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
436
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
437
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
430
|
438
|
return;
|
431
|
439
|
}
|
432
|
440
|
|
|
@@ -461,7 +469,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
461
|
469
|
TaPerson person = taPersonMapper.selectById(helpInitiateRecord.getPersonId());
|
462
|
470
|
|
463
|
471
|
// 2021年2月1日 只有业主有积分
|
464
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
472
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
473
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
465
|
474
|
return;
|
466
|
475
|
}
|
467
|
476
|
|
|
@@ -525,7 +534,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
525
|
534
|
TaPerson person = taPersonMapper.selectById(userVerify.getPersonId());
|
526
|
535
|
|
527
|
536
|
// 2021年2月1日 只有业主有积分
|
528
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
537
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
538
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
529
|
539
|
return;
|
530
|
540
|
}
|
531
|
541
|
|
|
@@ -560,7 +570,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
560
|
570
|
TaPerson person = taPersonMapper.selectById(source.getPersonId());
|
561
|
571
|
|
562
|
572
|
// 2021年2月1日 只有业主有积分
|
563
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
573
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
574
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
564
|
575
|
return;
|
565
|
576
|
}
|
566
|
577
|
|
|
@@ -595,7 +606,8 @@ public class TaPointsRecordsServiceImpl extends ServiceImpl<TaPointsRecordsMappe
|
595
|
606
|
TaPerson person = taPersonMapper.selectById(source.getCreateUser());
|
596
|
607
|
|
597
|
608
|
// 2021年2月1日 只有业主有积分
|
598
|
|
- if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())) {
|
|
609
|
+ if (!CommConstant.PERSON_PROPRIETOR.equals(person.getPersonType())
|
|
610
|
+ && !CommConstant.PERSON_LIFE_CONSULTANT.equals(person.getPersonType())) {
|
599
|
611
|
return;
|
600
|
612
|
}
|
601
|
613
|
|