调用Model.update时,希望指定字段不更新。
比如:Model.update("status,addTime,addUserId")
这样更新时希望跳过status,addTime,addUserId三个字段。