@@ -286,7 +286,7 @@ public class QyRecardBody {
@Schema(description = "删除状态")
@ColumnWidth(12)
@ExcelProperty(index = 42,value = "删除状态")
- @TableLogic
+// @TableLogic
@TableField(fill = FieldFill.INSERT)
private String deleteFlag;
}