刚刚对数据,发现业务系统里的订单状态变了,但是我没有同步过来,就是时间没更新的问题,备注下:
`update_time` timestamp not null default current_timestamp on update current_timestamp comment '修改时间',
时间一定要更新,要不增量一定有问题。
刚刚对数据,发现业务系统里的订单状态变了,但是我没有同步过来,就是时间没更新的问题,备注下:
`update_time` timestamp not null default current_timestamp on update current_timestamp comment '修改时间',
时间一定要更新,要不增量一定有问题。