|
|
@ -43,7 +43,7 @@ public class GovernanceDataReportServiceImpl implements GovernanceDataReportServ |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public void insertGovernRankDataDaily(GovernRankDataDailyFormDTO formDTO, String customerId) { |
|
|
|
if (StringUtils.isEmpty(formDTO.getDateId()) || formDTO.getDateId().length() != NumConstant.SIX) { |
|
|
|
if (StringUtils.isEmpty(formDTO.getDateId()) || formDTO.getDateId().length() != NumConstant.EIGHT) { |
|
|
|
throw new RenException("dateId格式应为: yyyyMMdd,当前传入:" + formDTO.getDateId()); |
|
|
|
} |
|
|
|
if (formDTO.getIsFirst()) { |
|
|
|