WarnMsgFB:删除自增ID属性。
parent
7440532d64
commit
8301f6d0b8
|
|
@ -61,8 +61,8 @@ public class QXWarnController {
|
||||||
@RequestBody GroupWarningDto dto) {
|
@RequestBody GroupWarningDto dto) {
|
||||||
|
|
||||||
ApiDto apiDto = new ApiDto();
|
ApiDto apiDto = new ApiDto();
|
||||||
// apiDto.setStartTime(dto.getStartTime());//!!!!!!需要注释掉!!!!!!
|
apiDto.setStartTime(dto.getStartTime());//!!!!!!需要注释掉!!!!!!
|
||||||
// apiDto.setEndTime(dto.getEndTime());//!!!!!!需要注释掉!!!!!!
|
apiDto.setEndTime(dto.getEndTime());//!!!!!!需要注释掉!!!!!!
|
||||||
apiDto.setPageNumber(dto.getPageNumber());
|
apiDto.setPageNumber(dto.getPageNumber());
|
||||||
apiDto.setPageSize(dto.getPageSize());
|
apiDto.setPageSize(dto.getPageSize());
|
||||||
ArrayList<ApiDto.Filter> filter = Lists.newArrayList();
|
ArrayList<ApiDto.Filter> filter = Lists.newArrayList();
|
||||||
|
|
|
||||||
|
|
@ -16,9 +16,6 @@ import java.util.Date;
|
||||||
@JsonInclude(JsonInclude.Include.NON_NULL) // 表示序列化非null属性
|
@JsonInclude(JsonInclude.Include.NON_NULL) // 表示序列化非null属性
|
||||||
@TableName("FXKH_TXL.WARNMSG_FEEDBACK")
|
@TableName("FXKH_TXL.WARNMSG_FEEDBACK")
|
||||||
public class WarnMsgFB {
|
public class WarnMsgFB {
|
||||||
@TableField("ID")
|
|
||||||
@ApiModelProperty(value = "预警叫应反馈信息ID")
|
|
||||||
private Integer id;
|
|
||||||
|
|
||||||
@TableField("WARNID")
|
@TableField("WARNID")
|
||||||
@ApiModelProperty(value = "预警信息ID")
|
@ApiModelProperty(value = "预警信息ID")
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,12 @@ spring:
|
||||||
datasource:
|
datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driver-class-name: dm.jdbc.driver.DmDriver
|
driver-class-name: dm.jdbc.driver.DmDriver
|
||||||
# url: jdbc:dm://10.0.41.113:5236?schema=FXKH_TXL
|
url: jdbc:dm://10.0.41.113:5236?schema=FXKH_TXL
|
||||||
# username: SYSDBA
|
username: SYSDBA
|
||||||
# password: SYSDBA001
|
password: SYSDBA001
|
||||||
url: jdbc:dm://10.42.6.247:5236?schema=FXKH_TXL
|
# url: jdbc:dm://10.42.6.247:5236?schema=FXKH_TXL
|
||||||
username: SHZH
|
# username: SHZH
|
||||||
password: Shzh_890
|
# password: Shzh_890
|
||||||
druid:
|
druid:
|
||||||
initialSize: 5
|
initialSize: 5
|
||||||
minIdle: 5
|
minIdle: 5
|
||||||
|
|
@ -39,11 +39,11 @@ spring:
|
||||||
# Redis
|
# Redis
|
||||||
redis:
|
redis:
|
||||||
database: 5
|
database: 5
|
||||||
host: 10.42.6.75
|
# host: 10.42.6.75
|
||||||
# host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
# password:
|
password:
|
||||||
password: Whdc_890
|
# password: Whdc_890
|
||||||
|
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue