Commit 9150cb317f4a3982aa761bee4ab8a532625b50d3
1 parent
4f6a96fe
线调更新
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/bsth/service/realcontrol/impl/ScheduleRealInfoServiceImpl.java
| @@ -5991,8 +5991,8 @@ public class ScheduleRealInfoServiceImpl extends BaseServiceImpl<ScheduleRealInf | @@ -5991,8 +5991,8 @@ public class ScheduleRealInfoServiceImpl extends BaseServiceImpl<ScheduleRealInf | ||
| 5991 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); | 5991 | SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); |
| 5992 | String time =sdf.format(Long.parseLong(sdr)); | 5992 | String time =sdf.format(Long.parseLong(sdr)); |
| 5993 | 5993 | ||
| 5994 | - Object num=scheduleRealInfoRepository.isCircleQdz(clzbh, time, xlbm, qdzCode); | ||
| 5995 | - Integer num2=num==0||num==0L?0:1; | 5994 | + Long num=scheduleRealInfoRepository.isCircleQdz(clzbh, time, xlbm, qdzCode); |
| 5995 | + Integer num2=num==0L?0:1; | ||
| 5996 | return num2; | 5996 | return num2; |
| 5997 | } | 5997 | } |
| 5998 | } | 5998 | } |