原因:mybatis 中mapper.xml 文件中需要静态常量的时候
使用:
先定义:
public static String aa="aa";
${@全路径类名称@静态变量|@静态方法}
ok,解决问题。