mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【修复】修复后台支付单生成校验失败的问题。
【优化】新增SqlSugarExtensions扩展类,增加是否使用WITH(NoLock)方法扩展封装,删除BaseRepository中的一些冗余代码。
This commit is contained in:
@@ -581,7 +581,7 @@ namespace CoreCms.Net.Services
|
||||
var paymentRelData = new CheckPayDTO();
|
||||
|
||||
var sourceStrArr = sourceStr.Split(",");
|
||||
if (sourceStrArr.Length > 0)
|
||||
if (sourceStrArr.Length > 1)
|
||||
{
|
||||
var paymentRel = await BatchFormatPaymentRel(sourceStrArr, type, @params);
|
||||
if (paymentRel.status == false)
|
||||
|
||||
Reference in New Issue
Block a user