diff --git a/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/po/RealPlatformInfoPO.java b/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/po/RealPlatformInfoPO.java index 01e22eadb..2a1f971e3 100644 --- a/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/po/RealPlatformInfoPO.java +++ b/mhd-bi/src/main/java/com/mhd/bi/domain/biPlatformRealData/repository/po/RealPlatformInfoPO.java @@ -51,9 +51,9 @@ public class RealPlatformInfoPO implements Serializable { /** 作业状态 0-空闲 1-占用(job_status) */ private Integer jobStatus; - /** 创建者(create_by_name) */ - private String createByName; + /** 创建人(create_by) */ + private String createBy; - /** 创建时间 */ + /** 创建时间(create_time) */ private String createTime; } diff --git a/mhd-bi/src/main/resources/mapper/biPlatformRealData/BiPlatformRealDataMapper.xml b/mhd-bi/src/main/resources/mapper/biPlatformRealData/BiPlatformRealDataMapper.xml index 0f5c970e1..0c3f51c5d 100644 --- a/mhd-bi/src/main/resources/mapper/biPlatformRealData/BiPlatformRealDataMapper.xml +++ b/mhd-bi/src/main/resources/mapper/biPlatformRealData/BiPlatformRealDataMapper.xml @@ -114,26 +114,34 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ORDER BY EXTRACT(HOUR FROM ENTRY_TIME) - + \ No newline at end of file