mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:23:26 +08:00
后台【修复】:修复mysql下报表统计可能存在不排序的情况。
This commit is contained in:
@@ -236,7 +236,7 @@ namespace CoreCms.Net.Web.Admin.Controllers.Content
|
||||
whereSql += " and updateTime < '" + getDate.end.ToString("yyyy-MM-dd HH:mm:ss") + "' ";
|
||||
whereSql += " and status = 2 ";
|
||||
whereSql += " and type = " + (int)GlobalEnumVars.BillPaymentsType.Common + " ";
|
||||
data = _reportsServices.GetRefundMark(getDate.num, whereSql, getDate.section, getDate.start, "updateTime");
|
||||
data = _reportsServices.GetRefundMark(getDate.num, whereSql, getDate.section, getDate.start, "createTime");
|
||||
data3 = data;
|
||||
break;
|
||||
case "充值":
|
||||
|
||||
Reference in New Issue
Block a user