|
|
@@ -417,7 +417,6 @@ public class WxCreditHistoryServiceImpl implements WxCreditHistoryService { |
|
|
|
|
|
|
|
|
private int checkCompleteInfoScoreCount(TenantEntity tenantEntity,WxCUserBasicInfo cUser) { |
|
|
private int checkCompleteInfoScoreCount(TenantEntity tenantEntity,WxCUserBasicInfo cUser) { |
|
|
WxCreditHistory wxCreditHistory = new WxCreditHistory(); |
|
|
WxCreditHistory wxCreditHistory = new WxCreditHistory(); |
|
|
wxCreditHistory.updateTenantInfo(tenantEntity); |
|
|
|
|
|
wxCreditHistory.setCUserId(cUser.getId()); |
|
|
wxCreditHistory.setCUserId(cUser.getId()); |
|
|
wxCreditHistory.setCreditType(EnumScoreType.COMPLETE_INFO.getCode()); |
|
|
wxCreditHistory.setCreditType(EnumScoreType.COMPLETE_INFO.getCode()); |
|
|
return wxCreditHistoryMapper.countList(wxCreditHistory); |
|
|
return wxCreditHistoryMapper.countList(wxCreditHistory); |
|
|
|