<오류수정>

통합테스트목록 . 577
BO/Controllers/croomController.s
엑셀다운로드 개선
This commit is contained in:
kdh0120 2021-11-24 01:04:13 +00:00
parent a536826514
commit bb32fc1d84
1 changed files with 4 additions and 0 deletions

View File

@ -891,6 +891,10 @@ namespace NP.BO.Controllers
public ActionResult tax(VMCRoom vm)
{
var ht = SetHash(vm, false);
if(vm.isexceldown != 1)
{
vm.stringval11 = null;
}
if (!IsPost())
{
vm.stringval6 = DateTime.Now.ToString("yyyy-MM-01");