请问为什么每次秒杀成功后,数据库中的startTime都会被改为当前时间,我加了断点看,但是还是没有找到代码是在哪个位置修改的startTime这个参数,希望大家帮帮忙
我知道了,是数据库seckill表把startTime的default设置为了current_time,改为null即可