pgsql不支持sqlsugar转换的signed类型 返回

C#论坛 老数据
1 1602
该叫什么 123 发布于2021/3/23
悬赏:5 飞吻

  WHERE ( "project_id" = CAST(@MethodConst0 AS SIGNED))  在使用string转int函数时,sqlsugar会将字符串类型转signed,而当使用pgsql时,并不支持signed类型。遇到这种情况该怎么解决

热忱回答1