diff --git a/src/main/java/com/biutag/supervision/pojo/entity/ComplaintCollection.java b/src/main/java/com/biutag/supervision/pojo/entity/ComplaintCollection.java index 082b2d8..48d6842 100644 --- a/src/main/java/com/biutag/supervision/pojo/entity/ComplaintCollection.java +++ b/src/main/java/com/biutag/supervision/pojo/entity/ComplaintCollection.java @@ -329,67 +329,6 @@ public class ComplaintCollection { @TableField("gwf5") private String gwf5; - @Schema(description = "自定义6") - @TableField("gwf6") - private String gwf6; - - @Schema(description = "自定义7") - @TableField("gwf7") - private String gwf7; - - @Schema(description = "自定义8") - @TableField("gwf8") - private String gwf8; - - @Schema(description = "自定义9") - @TableField("gwf9") - private String gwf9; - - @Schema(description = "自定义10") - @TableField("gwf10") - private String gwf10; - - @Schema(description = "自定义11") - @TableField("gwf11") - private String gwf11; - - @Schema(description = "自定义12") - @TableField("gwf12") - private String gwf12; - - @Schema(description = "自定义13") - @TableField("gwf13") - private String gwf13; - - @Schema(description = "自定义14") - @TableField("gwf14") - private String gwf14; - - @Schema(description = "自定义15") - @TableField("gwf15") - private String gwf15; - - @Schema(description = "自定义16") - @TableField("gwf16") - private String gwf16; - - @Schema(description = "自定义17") - @TableField("gwf17") - private String gwf17; - - @Schema(description = "自定义18") - @TableField("gwf18") - private String gwf18; - - @Schema(description = "自定义19") - @TableField("gwf19") - private String gwf19; - - @Schema(description = "自定义20") - @TableField("gwf20") - private String gwf20; - - @Schema(description = "创建人(新表字段)") @TableField("create_by") private String createBy; diff --git a/src/main/resources/mapper/ComplaintCollectionMapper.xml b/src/main/resources/mapper/ComplaintCollectionMapper.xml index 0df36ed..cd7a7e9 100644 --- a/src/main/resources/mapper/ComplaintCollectionMapper.xml +++ b/src/main/resources/mapper/ComplaintCollectionMapper.xml @@ -10,7 +10,6 @@ INSERT INTO complaint_collection ( id, source_table, - source_origin_id, origin_id, discovery_time, responder_name, @@ -68,9 +67,6 @@ crt_time, gwf1, gwf2, gwf3, gwf4, gwf5, - gwf6, gwf7, gwf8, gwf9, gwf10, - gwf11, gwf12, gwf13, gwf14, gwf15, - gwf16, gwf17, gwf18, gwf19, gwf20, create_by, create_time, @@ -83,7 +79,6 @@ ( #{item.id}, #{item.sourceTable}, - #{item.sourceOriginId}, #{item.originId}, #{item.discoveryTime}, #{item.responderName}, @@ -141,9 +136,6 @@ #{item.crtTime}, #{item.gwf1}, #{item.gwf2}, #{item.gwf3}, #{item.gwf4}, #{item.gwf5}, - #{item.gwf6}, #{item.gwf7}, #{item.gwf8}, #{item.gwf9}, #{item.gwf10}, - #{item.gwf11}, #{item.gwf12}, #{item.gwf13}, #{item.gwf14}, #{item.gwf15}, - #{item.gwf16}, #{item.gwf17}, #{item.gwf18}, #{item.gwf19}, #{item.gwf20}, #{item.createBy}, #{item.createTime},