报这个错误执行这个SQL就可以了
if not exists(select 1 from syscolumns where id=object_id('s_exit_warehouseitem') and name='exitproductnum')
alter table s_exit_warehouseitem add exitproductnum int not null defaul 0
收录K5常见问题及解决方案
if not exists(select 1 from syscolumns where id=object_id('s_exit_warehouseitem') and name='exitproductnum')
alter table s_exit_warehouseitem add exitproductnum int not null defaul 0