|
@@ -190,6 +190,9 @@ public class AppUserCountDividendServiceImpl extends ServiceImpl<AppUserCountDiv
|
|
|
String errMsg = "";
|
|
|
for(AppUserCountDividend countDividend : dividendList){
|
|
|
Long errUserId = countDividend.getUserId();
|
|
|
+ if(countDividend.getStatus().intValue() != 0){
|
|
|
+ continue;
|
|
|
+ }
|
|
|
try {
|
|
|
List<FinTranRecord> tranRecordList = new ArrayList<>();
|
|
|
AppUser appUser = userMap.get(String.valueOf(countDividend.getUserId()));
|