|
@@ -289,7 +289,8 @@ public class PmTimeConfServiceImpl extends AbstractCrudService<PmTimeConfMapper,
|
|
|
|
|
|
LambdaQueryWrapper<PmWorkReport> reportQuery = new LambdaQueryWrapper<>();
|
|
|
reportQuery.eq(PmWorkReport::getTenantId, tenantId)
|
|
|
- .eq(PmWorkReport::getReportDate, countDate);
|
|
|
+ .eq(PmWorkReport::getReportDate, countDate)
|
|
|
+ .eq(PmWorkReport::getReportStatus, 1);
|
|
|
switch (queryType) {
|
|
|
// 按时提交
|
|
|
case 0:
|