insert into USER_RENTAL_ITEM(strUserID,strAccountID,byRentalType,byRegType,nRentalIndex,nItemIndex,sDurability,nSerialNumber,nRentalMoney,sRentalTime,sDuringTime) values('gg1234','gg1234',3,0,2099,340610371,1,2099,0,10080,10080)
这条数据我是用工具发租赁物品的时候,跟踪到的,身上会多一件东西。。
但是我直接查询管理器运行这条数据,为什么身上没有东西呢,即使清空身上,也不能发到包里。。。。 |