wangzenghuan
Results
2
comments of
wangzenghuan
> 1,字段 id 不存在指的是你的数据库 id 吧 2,自定义 SQL 自己处理关键词转义等逻辑 3,查询部分代码请给出来 这是我的BaseEntity ```java package com.txys.system.entity; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.extension.activerecord.Model; import lombok.Data; @Data public abstract class BaseEntity extends Model { @TableField(value =...
Hello, has this problem been solved, I also encountered the same problem, and an error was reported when compiling. mapstruc version: 1.5.2.Final