港湾fix

This commit is contained in:
Harryxzy 2023-12-12 09:43:18 +08:00
parent 379e020879
commit 324f312c38
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ public class SalaryAcctRecordWrapper extends Service implements SalaryAcctRecord
}
private Map<String, String> getWorkflowStatusMap(Set<String> requestIds) {
requestIds = requestIds.stream().filter(StringUtils::isNotBlank).collect(Collectors.toSet());
Map<String, String> resut = new HashMap<>();
RecordSet rs = new RecordSet();
String sql = "select requestid,currentnodetype from workflow_requestbase where requestid in (" + StringUtils.join(requestIds,",") + ")";