1: field如果字段为空 使用field = null 是查询不出来结果的,要使用field is null
2: field='' , field=' ' 这两个条件在mysql查询的时候认为都是一样的效果