This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
production_process
cyril.tsui
2 months ago
parent
7ab88bd04e
commit
a93bfb93a3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/main/java/com/ffii/fpsms/modules/pickOrder/entity/PickOrderRepository.kt
+ 1
- 0
src/main/java/com/ffii/fpsms/modules/pickOrder/entity/PickOrderRepository.kt
View File
@@ -29,6 +29,7 @@ interface PickOrderRepository : AbstractRepository<PickOrder, Long> {
and (lower(:itemName) = 'all' or lower(pol.item.name) like concat('%',lower(:itemName),'%'))
)
)
and po.consoCode = null
and po.deleted = false
"""
)
Write
Preview
Loading…
Cancel
Save