|
|
|
@ -129,7 +129,7 @@ public class AppEnforcementRegistrationController extends BaseController { |
|
|
|
if (StringUtils.isBlank(bo.getDateSearch()) && bo.getDateType() == null |
|
|
|
&& StringUtils.isBlank(bo.getBeginTime()) && StringUtils.isBlank(bo.getEndTime())) { |
|
|
|
bo.setDateType(3); |
|
|
|
bo.setEnterpriseNumber(null); |
|
|
|
// bo.setEnterpriseNumber(null);
|
|
|
|
log.warn("查询全市数据时未指定时间范围,默认限制为本年数据"); |
|
|
|
} |
|
|
|
|
|
|
|
|