L
loutian
Unregistered / Unconfirmed
GUEST, unregistred user!
改了以后还是老样子这样吧我把我的存储过程的代码帖出来
create proc 日志
@username char(100),@usertype char(100),@use_type char(100)
as insert 工作日志(用户名,用户类型,操作类型,操作时间)
values(@username,@usertype,@use_type,getdate())
create proc 日志
@username char(100),@usertype char(100),@use_type char(100)
as insert 工作日志(用户名,用户类型,操作类型,操作时间)
values(@username,@usertype,@use_type,getdate())