mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1685修复
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ public interface OrganMapper extends BaseMapperX<OrganizationDO> {
|
|||||||
default Integer selectOrgCountDel() {
|
default Integer selectOrgCountDel() {
|
||||||
return Math.toIntExact(selectCount(new LambdaQueryWrapperX<OrganizationDO>()
|
return Math.toIntExact(selectCount(new LambdaQueryWrapperX<OrganizationDO>()
|
||||||
.eq(OrganizationDO::getDeleted, OrderDeletedEnum.DELETED.getStatus())
|
.eq(OrganizationDO::getDeleted, OrderDeletedEnum.DELETED.getStatus())
|
||||||
.between(OrganizationDO::getDeleted, LocalDateTime.of(LocalDate.now(), LocalTime.MIDNIGHT),
|
.between(OrganizationDO::getUpdateTime, LocalDateTime.of(LocalDate.now(), LocalTime.MIDNIGHT),
|
||||||
LocalDateTime.of(LocalDate.now(), LocalTime.of(23, 59, 59)))));
|
LocalDateTime.of(LocalDate.now(), LocalTime.of(23, 59, 59)))));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user