|
@@ -17,7 +17,7 @@ public interface XkzxxDao extends SecRepository<XkzxxEntity, String> {
|
|
|
@Query("SELECT m from XkzxxEntity m where m.gkjyr =?1 and m.sfyx = ?2 and m.recordStatus<>9")
|
|
|
List<XkzxxEntity> findByJyrid(String jyrid, String status);
|
|
|
|
|
|
- @Query("SELECT m from XkzxxEntity m where m.opid =?1 and m.sfyx = ?2 and m.recordStatus<>9")
|
|
|
+ @Query("SELECT m from XkzxxEntity m where m.opid =?1 and m.sfyx = ?2 and m.recordStatus = 1")
|
|
|
XkzxxEntity findByOpid(String opid, String status);
|
|
|
|
|
|
@Query("SELECT m from XkzxxEntity m where m.gkjyr =?1 and m.recordStatus<>9")
|