|
|
|
|
@ -61,6 +61,7 @@ public class ComplaintCollectionResourceService extends BaseDAO {
|
|
|
|
|
setBatchLikeQuery(param.getOriginId(), param.getOriginIds(), qw, ComplaintCollection::getOriginId); |
|
|
|
|
setBatchLikeQuery(param.getCheckStatus(), param.getCheckStatusList(),qw, ComplaintCollection::getCheckStatus); |
|
|
|
|
setBatchQuery(param.getSecondDepartId(), param.getSecondDepartIds(), qw, ComplaintCollection::getSecondDepartId); |
|
|
|
|
setBatchQuery(param.getThirdDepartId(), param.getThirdDepartIds(), qw, ComplaintCollection::getThirdDepartId); |
|
|
|
|
if (CollectionUtil.size(param.getDiscoveryTimeList()) == 2 |
|
|
|
|
&& param.getDiscoveryTimeList().get(0) != null |
|
|
|
|
&& param.getDiscoveryTimeList().get(1) != null) { |
|
|
|
|
|