马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622 。
您需要 登录 才可以下载或查看,没有帐号?注册
x
WebErp3.09
数据库错误 : 订单未能新增, 因为
Field 'vtiger_accountid' doesn't have a default value
数据库 SQL 失败 : 运行失败的 SQL 是
INSERT INTO salesorders ( debtorno, branchcode, customerref, comments, orddate, ordertype, shipvia, deliverto, deladd1, deladd2, deladd3, deladd4, deladd5, deladd6, contactphone, contactemail, freightcost, fromstkloc, deliverydate, quotation, deliverblind) VALUES ( 'DUMBLE', 'DUMBLE', '43', 'vdcdf', '2008-11-04 05:55', 'DE', 8, 'Dumbledoor McGonagal & Co', 'Hogwarts castle', 'Platform 9.75', '', '', '', '', 'Owls only', 'mmgonagal@hogwarts.edu.uk', 1, 'TOR', '2008/11/04', 0, 1 )
salesorders 表'vtiger_accountid' 这个字段有什么用,添加订单INSERT怎么没有插入这个值,谢谢! |