| | |
| | | record.id,record.patrol_type,record.device_ids,record.images,record.videos,record.content,record.status,record.item_id,record.task_id,record.patrol_route,record.create_time,record.update_time,record.solution, |
| | | task.route_coordinates taskRoute,task.title taskName, |
| | | item.items_name itemsName,item.description, |
| | | u.real_name,res."name" resName |
| | | u.real_name,res."name" resName,res."guid" resGuid,res."res_reg_code" resRegCode,res."res_loc" resLoc |
| | | FROM SM_PATROL_RECORD record |
| | | LEFT JOIN sm_patrol_type type ON type.id = record.patrol_type |
| | | LEFT JOIN sm_patrol_task task ON task.id = record.task_id |
| | |
| | | private String taskName; |
| | | |
| | | /** |
| | | * 水库编码 |
| | | */ |
| | | private String resGuid; |
| | | /** |
| | | * 水库名称 |
| | | */ |
| | | private String resName; |
| | | /** |
| | | * 水库注册登记码 |
| | | */ |
| | | private String resRegCode; |
| | | /** |
| | | * 水库所在位置 |
| | | */ |
| | | private String resLoc; |
| | | } |