no message
parent
9cdf21b4d8
commit
5abdc7a464
|
|
@ -45,6 +45,7 @@ public interface StockRepository extends JpaRepository<Stock, Long>, JpaSpecific
|
||||||
|
|
||||||
@Query(" from Stock s where s.point.area.name = :areaName " +
|
@Query(" from Stock s where s.point.area.name = :areaName " +
|
||||||
" and s.point.id > 0 " +
|
" and s.point.id > 0 " +
|
||||||
|
" and s.point.enabled=true" +
|
||||||
" and s.point.status = 'USED'" +
|
" and s.point.status = 'USED'" +
|
||||||
" and s.status = :status " +
|
" and s.status = :status " +
|
||||||
" and s.enabled = true " +
|
" and s.enabled = true " +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue