|
|
|
@ -58,6 +58,7 @@ public class ComplaintCollectionResourceService extends BaseDAO { |
|
|
|
setBatchQuery(param.getSourceTable(), param.getSourceTableList(), qw, ComplaintCollection::getSourceTable); |
|
|
|
setBatchQuery(param.getSourceTable(), param.getSourceTableList(), qw, ComplaintCollection::getSourceTable); |
|
|
|
setBatchQuery(param.getSourceTableSubOne(), param.getSourceTableSubOneList(), qw, ComplaintCollection::getSourceTableSubOne); |
|
|
|
setBatchQuery(param.getSourceTableSubOne(), param.getSourceTableSubOneList(), qw, ComplaintCollection::getSourceTableSubOne); |
|
|
|
setBatchLikeQuery(param.getOriginId(), param.getOriginIds(), qw, ComplaintCollection::getOriginId); |
|
|
|
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.getSecondDepartId(), param.getSecondDepartIds(), qw, ComplaintCollection::getSecondDepartId); |
|
|
|
if (CollectionUtil.size(param.getDiscoveryTimeList()) == 2 |
|
|
|
if (CollectionUtil.size(param.getDiscoveryTimeList()) == 2 |
|
|
|
&& param.getDiscoveryTimeList().get(0) != null |
|
|
|
&& param.getDiscoveryTimeList().get(0) != null |
|
|
|
|