| | |
| | | |
| | | import java.util.Date; |
| | | |
| | | /**故障隐患上报 确认库*/ |
| | | /** |
| | | * 故障隐患上报 确认库 |
| | | * 说明:故障隐患上报 确认库 -> 管理层审核完了后,会进入 故障隐患 申报库 |
| | | * */ |
| | | @TableName(schema = "web_site",value = "tb_fault_upload") |
| | | @JsonIgnoreProperties(ignoreUnknown = true) |
| | | public class FaultUpload { |
| | |
| | | |
| | | import java.util.Date; |
| | | |
| | | /**故障隐患上报 申报库*/ |
| | | /** |
| | | * 故障隐患上报 申报库 |
| | | * 说明:故障隐患上报 确认库 -> 管理层审核完了后,会进入 故障隐患 申报库 |
| | | * */ |
| | | @TableName(schema = "web_site",value = "tb_fault_upload_application") |
| | | public class FaultUploadApplication { |
| | | |
| | |
| | | |
| | | |
| | | <select id="getStationInfWithSpecificMainId" resultType="com.whyc.pojo.StationInf"> |
| | | select stt.stationName3,stt.stationName5,apl.main_id as togetherFlag from web_site.tb_fault_upload_application apl left join db_battinf.tb_station_inf stt on apl.station_id = stt.stationId |
| | | select stt.stationName3,stt.stationName5,apl.main_id as togetherFlag from web_site.tb_fault_upload apl left join db_battinf.tb_station_inf stt on apl.station_id = stt.stationId |
| | | <where> |
| | | <if test="list!=null and list.size() > 0"> |
| | | apl.main_id in |