
标题: ..ibatis.binding.BindingException: Parameter 'platformGameConfigId' not found. [打印本页]
作者: xiexie 时间: 2025-11-5 16:33 标题: ..ibatis.binding.BindingException: Parameter 'platformGameConfigId' not found.
报这个错误是引入注解不正确。public GameUnnormalDoubleColorBallUserBuyBallBaseInfo selectGameUnnormalDCBUserBuyBallBaseInfoForWin(
@Param("platformGameConfigId") Long platformGameConfigId,
@Param("issue") String issue,
@Param("ballRedNums") String ballRedNums
);
之前引入注解:
import io.lettuce.core.dynamic.annotation.Param;
应该引入:
import org.apache.ibatis.annotations.Param;
| 欢迎光临 PHP开发笔记 (http://www.phpvi.com/) |
Powered by Discuz! 6.1.0 |