mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
【修复】修复库存变动记录时间未赋值的问题。
This commit is contained in:
@@ -405,7 +405,8 @@ namespace CoreCms.Net.Services
|
|||||||
sn = item.sn,
|
sn = item.sn,
|
||||||
bn = item.bn,
|
bn = item.bn,
|
||||||
goodsName = item.name,
|
goodsName = item.name,
|
||||||
spesDesc = item.addon
|
spesDesc = item.addon,
|
||||||
|
createTime = DateTime.Now
|
||||||
};
|
};
|
||||||
stockLogs.Add(sLog);
|
stockLogs.Add(sLog);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user