|
|
|
@ -275,7 +275,7 @@ public class InvController { |
|
|
|
.where(lccInvLpn.envId.eq(envId)); |
|
|
|
|
|
|
|
if (!Strings.isNullOrEmpty(catalogCode)) { |
|
|
|
selectAction.where(lccBasLocation.catalogCode.eq(catalogCode)); |
|
|
|
selectAction.where(lccBasLocation.catalogCode.in(catalogCode, "N/A")); |
|
|
|
} |
|
|
|
|
|
|
|
var list = selectAction.fetch(); |
|
|
|
|