mengjie %!s(int64=5) %!d(string=před) roky
rodič
revize
c4c7db2fd8

+ 1 - 1
代码/TVShoppingCallCenter_ZLJ/Controllers/Customer/VIPInfoController.cs

53
             }
53
             }
54
             #endregion
54
             #endregion
55
             int recordCount = 0;
55
             int recordCount = 0;
56
-            var list = await _cus_vip_infoRepository.GetListByPage(conModels, new PageModel() { PageIndex = pageindex, PageSize = pagesize, PageCount = recordCount });
56
+            var list = await _cus_vip_infoRepository.GetListByPage(conModels, new MyPageModel() { PageIndex = pageindex, PageSize = pagesize, PageCount = recordCount });
57
             var obj = new
57
             var obj = new
58
             {
58
             {
59
                 state = "success",
59
                 state = "success",

+ 1 - 1
代码/TVShoppingCallCenter_ZLJ/Controllers/Customer/VipLabelInfoController.cs

53
             }
53
             }
54
             #endregion
54
             #endregion
55
             int recordCount = 0;
55
             int recordCount = 0;
56
-            var list = await _cus_vip_labelinfoRepository.GetListByPage(conModels, new PageModel() { PageIndex = pageindex, PageSize = pagesize, PageCount = recordCount });
56
+            var list = await _cus_vip_labelinfoRepository.GetListByPage(conModels, new MyPageModel() { PageIndex = pageindex, PageSize = pagesize, PageCount = recordCount });
57
             var obj = new
57
             var obj = new
58
             {
58
             {
59
                 state = "success",
59
                 state = "success",