|
|
@ -177,7 +177,10 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
qw.eq("staffUserSid", query.getCreateBySid()); |
|
|
|
} |
|
|
|
} else { |
|
|
|
qw.ne("auditState", 0); |
|
|
|
if (StringUtils.isNotBlank(query.getAuditState())) { |
|
|
|
qw.eq("auditState", query.getAuditState()); |
|
|
|
} |
|
|
|
// qw.ne("auditState", 0);
|
|
|
|
} |
|
|
|
} |
|
|
|
qw.orderByDesc("id"); |
|
|
|