web/.vs/Web/v16/.suo | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Dao.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Dao.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Model.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/Lib/Model.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/Bin/Dao.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/Bin/Dao.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/Bin/Model.dll | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/Bin/Model.pdb | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web/web/GwOrder.ashx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
web/.vs/Web/v16/.suoBinary files differ
web/Lib/Dao.dllBinary files differ
web/Lib/Dao.pdbBinary files differ
web/Lib/Model.dllBinary files differ
web/Lib/Model.pdbBinary files differ
web/web/Bin/Dao.dllBinary files differ
web/web/Bin/Dao.pdbBinary files differ
web/web/Bin/Model.dllBinary files differ
web/web/Bin/Model.pdbBinary files differ
web/web/GwOrder.ashx
@@ -80,7 +80,7 @@ string permissionsSQL = new GwClientDao().GetClientPermissions(_userId, _userType, "GWC"); List<GwOrder> list = _Dao.LoadInfoList(spId, clientId, compay, flag, startDate, endDate, pageSize, pageIndex, permissionsSQL, out recordCount); List<GwOrder> list = _Dao.LoadInfoList(spId, clientId, compay, flag, startDate, endDate.AddDays(1.0), pageSize, pageIndex, permissionsSQL, out recordCount); string str1 = ""; if (list != null && list.Count > 0) @@ -142,7 +142,7 @@ string permissionsSQL = new GwClientDao().GetClientPermissions(_userId, _userType, "GWC"); List<GwOrder> list = _Dao.LoadInfoList(spId, clientId, company, flag, startDate, endDate, pageSize, pageIndex, permissionsSQL, out recordCount); List<GwOrder> list = _Dao.LoadInfoList(spId, clientId, company, flag, startDate, endDate.AddDays(1.0), pageSize, pageIndex, permissionsSQL, out recordCount); string str1 = ""; if (list != null && list.Count > 0)