forked from integrated_whb/integrated_whb
				
			提醒天数 下拉
							parent
							
								
									5e14be67ed
								
							
						
					
					
						commit
						c1acfc513f
					
				|  | @ -152,6 +152,7 @@ public class BeidouController extends BaseController { | ||||||
|         operationData.put("OPERATING_ID", pd.get("VEHICLE")); |         operationData.put("OPERATING_ID", pd.get("VEHICLE")); | ||||||
|         operationData.put("CORPINFO_ID", pd.get("CORPINFO_ID")); |         operationData.put("CORPINFO_ID", pd.get("CORPINFO_ID")); | ||||||
|         PageData resData = operatingVehiclesService.findById(operationData); |         PageData resData = operatingVehiclesService.findById(operationData); | ||||||
|  |         if(!ObjectUtils.isEmpty(resData)) { | ||||||
|             String dueDate = pd.getString("DUE_DATE"); |             String dueDate = pd.getString("DUE_DATE"); | ||||||
|             String day = DateUtil.getDay(); |             String day = DateUtil.getDay(); | ||||||
|             if(DateUtil.compareDate(dueDate, day)) { |             if(DateUtil.compareDate(dueDate, day)) { | ||||||
|  | @ -160,6 +161,7 @@ public class BeidouController extends BaseController { | ||||||
|                 resData.put("NETWORK_STATUS","超时入网"); |                 resData.put("NETWORK_STATUS","超时入网"); | ||||||
|             } |             } | ||||||
|             operatingVehiclesService.edit(resData); |             operatingVehiclesService.edit(resData); | ||||||
|  |         } | ||||||
|         beidouService.edit(pd); |         beidouService.edit(pd); | ||||||
|         map.put("pd", pd); |         map.put("pd", pd); | ||||||
|         map.put("result", errInfo); |         map.put("result", errInfo); | ||||||
|  |  | ||||||
|  | @ -428,6 +428,7 @@ | ||||||
| 		<if test="pd.TRANSPORT_ENTERPRISES != null and pd.TRANSPORT_ENTERPRISES != ''"><!-- 关键词检索 --> | 		<if test="pd.TRANSPORT_ENTERPRISES != null and pd.TRANSPORT_ENTERPRISES != ''"><!-- 关键词检索 --> | ||||||
| 			and f.TRANSPORT_ENTERPRISES = #{pd.TRANSPORT_ENTERPRISES} | 			and f.TRANSPORT_ENTERPRISES = #{pd.TRANSPORT_ENTERPRISES} | ||||||
| 		</if> | 		</if> | ||||||
|  | 		ORDER BY OPERATTIME DESC | ||||||
| 	</select> | 	</select> | ||||||
| 
 | 
 | ||||||
| 	<select id="listAll" parameterType="pd" resultType="pd"> | 	<select id="listAll" parameterType="pd" resultType="pd"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue