浏览代码

#97832 交收时间错误

zou.yingbin 4 年之前
父节点
当前提交
71469c2712
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/wrTrade2.go

+ 1 - 1
models/wrTrade2.go

@@ -2584,7 +2584,7 @@ select t.xgoodsid,
        t.p1goodsremainamount,
        t.deliverypricemove,
        t.deliverytotalamount,
-       to_char(t.deliverytime, 'yyyy-mm hh24:mi:ss') deliverytime,
+       to_char(t.deliverytime, 'yyyy-mm-dd hh24:mi:ss') deliverytime,
        t.deliverystatus,
        t.accountid,
        t.matchaccountid,