No applicable method 'Split' exists in type 'String' 返回

SqlSugar 处理完成
1 158
该叫什么 Carlos 发布于2周前
悬赏:0 飞吻

下面是创建好的模板语法

image.png

对应的t1对象的UserIds是字符串类型

image.png

expression.AddJoinInfo添加关联后提示

 No applicable method 'Split' exists in type 'String'


请问下这问题如何解决

热忱回答1

  • 改用

    SqlFunc.SplitIn

    处理就好了

    0 回复