결제 부분 페이지 제한 늘임 커밋

This commit is contained in:
jity7777 2024-10-07 05:51:12 +00:00
parent 65853d1e0a
commit 16344ee7cd
1 changed files with 6 additions and 1 deletions

View File

@ -920,7 +920,6 @@ namespace NP.BO.Controllers
} }
public ActionResult pay(VMCRoom vm) public ActionResult pay(VMCRoom vm)
{ {
var ht = SetHash(vm, false);
if (!IsPost()) if (!IsPost())
{ {
vm.pagerowcount = 50; vm.pagerowcount = 50;
@ -928,6 +927,12 @@ namespace NP.BO.Controllers
//vm.stringval = DateTime.Now.ToString("yyyy-MM-01"); //vm.stringval = DateTime.Now.ToString("yyyy-MM-01");
//vm.stringval2 = Convert.ToDateTime(vm.stringval).AddMonths(1).AddSeconds(-1).ToString("yyyy-MM-dd"); //vm.stringval2 = Convert.ToDateTime(vm.stringval).AddMonths(1).AddSeconds(-1).ToString("yyyy-MM-dd");
} }
if (vm.isexceldown == 1)
{
vm.pagerowcount = 1000000;
}
var ht = SetHash(vm, false);
//if (vm.stringval == null) //if (vm.stringval == null)
//{ //{