瀏覽代碼

wip:提交

wkyuer 2 月之前
父節點
當前提交
51292e7653
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/logic/order/contractPdf.go

+ 1 - 1
internal/logic/order/contractPdf.go

@@ -151,7 +151,7 @@ func GetContractPdf(ctx context.Context, orderCode, userName string, onlyQuery b
 				PartyAAddress: common.ObjToString(detail["partyA_address"]),
 				PartyBPerson:  common.ObjToString(detail["partyB_person"]),
 				Remark:        common.ObjToString(common.If(remark != "", remark, "无")),
-				ContractTime:  common.ObjToString(detail["contract_time"]),
+				ContractTime:  gconv.String(detail["contract_time"]),
 			},
 			Amount: common.Float64All(detail["contract_money"]),
 		}