<오류수정>
통합테스트목록 . 577 BO/Controllers/croomController.s 엑셀다운로드 개선
This commit is contained in:
parent
a536826514
commit
bb32fc1d84
|
|
@ -891,6 +891,10 @@ namespace NP.BO.Controllers
|
||||||
public ActionResult tax(VMCRoom vm)
|
public ActionResult tax(VMCRoom vm)
|
||||||
{
|
{
|
||||||
var ht = SetHash(vm, false);
|
var ht = SetHash(vm, false);
|
||||||
|
if(vm.isexceldown != 1)
|
||||||
|
{
|
||||||
|
vm.stringval11 = null;
|
||||||
|
}
|
||||||
if (!IsPost())
|
if (!IsPost())
|
||||||
{
|
{
|
||||||
vm.stringval6 = DateTime.Now.ToString("yyyy-MM-01");
|
vm.stringval6 = DateTime.Now.ToString("yyyy-MM-01");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue