Commit 96097ffcd6740df2cd7c13440a6f758e52ed5a36
1 parent
9150cb31
线调更新
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/repository/realcontrol/ScheduleRealInfoRepository.java
| ... | ... | @@ -229,6 +229,6 @@ public interface ScheduleRealInfoRepository extends BaseRepository<ScheduleRealI |
| 229 | 229 | Integer updateLpChange(Long id); |
| 230 | 230 | |
| 231 | 231 | @Query(value = "select count (s.id) from ScheduleRealInfo s where s.clZbh=?1 and s.scheduleDateStr=?2 and s.xlBm=?3 and s.qdzCode=?4") |
| 232 | - Object isCircleQdz(String clzbh,String sdr,String xlbm,String qdzCode); | |
| 232 | + Long isCircleQdz(String clzbh,String sdr,String xlbm,String qdzCode); | |
| 233 | 233 | |
| 234 | 234 | } | ... | ... |