liningit

Results 1 comments of liningit

> 已修改为如下: > ![image](https://user-images.githubusercontent.com/32923732/63141699-43757f80-c019-11e9-9256-654de1dd5910.png) 你这样该应该会报错的,因为在WhereExpression中 ` private void SetParam(object value) { if (value != null) { _sqlCmd.Append(ParamName); Param.Add(TempFieldName, value); } else { _sqlCmd.Append("NULL"); } } ` 有添加了一个NULL