|
@@ -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"]),
|
|
|
}
|