LiHualin

Results 1 issues of LiHualin

sql :“Select Id from table where Id in @Param1 ” parameters: {param1:"param1",param11:"param11"} 使用query方法和以上两个参数 得到的结果却是 Select Id from table1 where Id in param11 ,很奇怪 本该使用param1 作为参数却变成了param11 ![image](https://user-images.githubusercontent.com/31714263/160953408-3a1fa78d-5c79-4b4f-9443-a04731a762e5.png)