fix stage 5
This commit is contained in:
parent
74697eb48f
commit
e1dea39b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ public class InspectionObligations implements ISessionStage {
|
|||
}
|
||||
|
||||
private StageResult inspectionObligations() {
|
||||
String sqlCondition = String.format("%s and registryStatus = '%s'",
|
||||
String sqlCondition = String.format("(%s) and registryStatus = '%s'",
|
||||
RegistryCodeSqlBuilder.getInstance(OS_T, OM_T, TS_T, TM_T).build(),
|
||||
RegistryStatus.POOL.getKey());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue