以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  format时间  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=100627)

--  作者:huhu
--  发布时间:2017/5/15 14:31:00
--  format时间
U pdate BDU8差值可用数量表 Set BD可用数量 = BD可用数量 - " & reqeustCount & ",扣减数量 = " & reqeustCount & ",扣减时间 = Format(date.now, "yyyy-MM-dd HH:mm:ss")   Where 物料编码 = \'" & wlbm & "\' and 库位类别 = \'" & kwlb & "\' and BD可用数量 >= " & reqeustCount.ToString()



提示红色代码有问题。
注:扣减时间格式是:datelongtime。

--  作者:有点蓝
--  发布时间:2017/5/15 14:43:00
--  
U pdate BDU8差值可用数量表 Set BD可用数量 = BD可用数量 - " & reqeustCount & ",扣减数量 = " & reqeustCount & ",扣减时间 = getdate()   Where 物料编码 = \'" & wlbm & "\' and 库位类别 = \'" & kwlb & "\' and BD可用数量 >= " & reqeustCount.ToString()