| | |
| | | t2.num equipmentNum, |
| | | t2.name equipmentName, |
| | | t2.model equipmentModel, |
| | | t2.model, |
| | | t2.team_id teamId, |
| | | t2.specification specification, |
| | | t2.use_id useId, |
| | |
| | | <if test="id != null and id != ''"> |
| | | and t1.id = #{id} |
| | | </if> |
| | | order by t1.num desc |
| | | |
| | | </select> |
| | | </mapper> |
| | |
| | | <if test="id != null and id != ''"> |
| | | and t1.id = #{id} |
| | | </if> |
| | | order by t1.create_time desc |
| | | </select> |
| | | </mapper> |
| | |
| | | */ |
| | | @Data |
| | | public class RepairReportExportVo implements Serializable { |
| | | @Excel(name = "关键设备标识", width = 15,orderNum = "0",dicCode = "specific_equipment") |
| | | private String specificEquipment; |
| | | @Excel(name = "状态", width = 15,orderNum = "1",dicCode = "equipment_report_repair_status") |
| | | private String status; |
| | | |
| | | @Excel(name = "单据号", width = 15,orderNum = "2") |
| | | private String num; |
| | | /**设备编码*/ |
| | |
| | | private String model; |
| | | @Excel(name = "使用部门", width = 15,orderNum = "6",dicCode = "id",dictTable="sys_depart",dicText="depart_name") |
| | | private String useId; |
| | | @Excel(name = "关键设备标识", width = 15,orderNum = "0",dicCode = "specific_equipment") |
| | | private String specificEquipment; |
| | | @Excel(name = "状态", width = 15,orderNum = "1",dicCode = "equipment_report_repair_status") |
| | | private String status; |
| | | @Excel(name = "报修人", width = 15,orderNum = "7") |
| | | private String errUda2; |
| | | @Excel(name = "故障时间", width = 15,orderNum = "8",databaseFormat = "yyyy-MM-dd HH:mm:ss",exportFormat = "yyyy-MM-dd HH:mm:ss") |