mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:23:26 +08:00
【修复】修复微信商家付款到零钱数据明细中out_detail_no长度因小于5位而出错的问题。
This commit is contained in:
@@ -412,7 +412,7 @@ namespace CoreCms.Net.Services
|
||||
{
|
||||
new()
|
||||
{
|
||||
OutDetailNo = "ut" + info.id,
|
||||
OutDetailNo = "ut"+ info.createTime.ToString("yyyyMMddHH") + info.id,
|
||||
TransferAmount = amount,
|
||||
TransferRemark = "用户提现处理",
|
||||
OpenId = weChatUserInfo.openid,
|
||||
|
||||
Reference in New Issue
Block a user