港湾fix
This commit is contained in:
parent
379e020879
commit
324f312c38
|
|
@ -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,",") + ")";
|
||||
|
|
|
|||
Loading…
Reference in New Issue