no message

main
HUOJIN\92525 2024-12-11 16:42:08 +08:00
parent 9cdf21b4d8
commit 5abdc7a464
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public interface StockRepository extends JpaRepository<Stock, Long>, JpaSpecific
@Query(" from Stock s where s.point.area.name = :areaName " +
" and s.point.id > 0 " +
" and s.point.enabled=true" +
" and s.point.status = 'USED'" +
" and s.status = :status " +
" and s.enabled = true " +