当模型中同时启用protected $autoWriteTimestamp = true; protected $field = ['bill_type', 'create_time'];必须将create_time放入$field中,才可以操作,否则时间戳写入失败
当模型中同时启用protected $autoWriteTimestamp = true; protected $field = ['bill_type', 'create_time'];必须将create_time放入$field中,才可以操作,否则时间戳写入失败
php7某些版本在处理csv时出现bug,两个字段被放在一起解决办法将文本从gbk转到utf-8,暂时发现gb2312有些字会出现问题,比如“焜”会出现乱码composer类库mmerian/csv参考http://blog.csdn.net/chunyuan314/article/details/61938901