| 
														
															@@ -28,9 +28,10 @@ public class XxlJobService { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     @XxlJob("checkPublishPlan") 
														 | 
														
														 | 
														
															     @XxlJob("checkPublishPlan") 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     public ReturnT<String> checkPublishPlan(String param) { 
														 | 
														
														 | 
														
															     public ReturnT<String> checkPublishPlan(String param) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        List<NotPublishPlan> notPublishPlan = aigcBaseMapper.getNotPublishPlan(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        Long todayStart = DateUtils.getTodayStart(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        List<NotPublishPlan> notPublishPlan = aigcBaseMapper.getNotPublishPlan(todayStart); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         for (NotPublishPlan publishPlan : notPublishPlan) { 
														 | 
														
														 | 
														
															         for (NotPublishPlan publishPlan : notPublishPlan) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-            Long now = System.currentTimeMillis(); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            long now = System.currentTimeMillis(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             int nowHour = DateUtils.getHourByTimestamp(now / 1000); 
														 | 
														
														 | 
														
															             int nowHour = DateUtils.getHourByTimestamp(now / 1000); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             int nowMinute = DateUtils.getMinuteByTimestamp(now / 1000); 
														 | 
														
														 | 
														
															             int nowMinute = DateUtils.getMinuteByTimestamp(now / 1000); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             if (!StringUtils.hasText(publishPlan.getPublishPushTime())) { 
														 | 
														
														 | 
														
															             if (!StringUtils.hasText(publishPlan.getPublishPushTime())) { 
														 |