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