|
|
|
@@ -862,8 +862,8 @@ public class WxFinanceController extends BaseController { |
|
|
|
private boolean isValidPayTime(Date date,TenantEntity tenantEntity) { |
|
|
|
WxFinanceCheckOut periodFindq = new WxFinanceCheckOut(); |
|
|
|
periodFindq.updateTenantInfo(tenantEntity); |
|
|
|
periodFindq.setStartDate(date); |
|
|
|
periodFindq.setEndDate(date); |
|
|
|
periodFindq.setStartDateGt(date); |
|
|
|
periodFindq.setEndDateLt(date); |
|
|
|
List<WxFinanceCheckOut> list = wxFinanceService.getCheckOutList(periodFindq); |
|
|
|
if (null != list && list.size() > 0 ) { |
|
|
|
return false; |
|
|
|
|