<기능개선>

통합테스트목록 . 608
과제 평가내용 글자수 제한 변경
This commit is contained in:
kdh0120 2021-12-01 00:50:47 +00:00
parent 431971edf1
commit c420ab975c
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ else
</div> </div>
<div class="line line-dashed line-lg pull-in"></div><div class="form-group"> <div class="line line-dashed line-lg pull-in"></div><div class="form-group">
<label class="col-sm-4 col-md-2 control-label">평가내용</label> <label class="col-sm-4 col-md-2 control-label">평가내용</label>
<div class="col-sm-8 col-md-10">@Html.TextAreaFor(m => m.CMSD.sddesc, new { @class = "form-control", @maxlength = "700", @style = "resize: none; height: 70px;" })</div> <div class="col-sm-8 col-md-10">@Html.TextAreaFor(m => m.CMSD.sddesc, new { @class = "form-control", @maxlength = "5000", @style = "resize: none; height: 70px;" })</div>
</div> </div>
<div class="line line-dashed line-lg pull-in"></div><div class="form-group"> <div class="line line-dashed line-lg pull-in"></div><div class="form-group">
<label class="col-sm-2 control-label">만점기준</label> <label class="col-sm-2 control-label">만점기준</label>

View File

@ -581,7 +581,7 @@ create table cmsd (
,cmno int not null ,cmno int not null
,sdtype tinyint not null ,sdtype tinyint not null
,sdname varchar (100) not null ,sdname varchar (100) not null
,sddesc varchar (500) ,sddesc varchar (6000)
,tpoint tinyint not null ,tpoint tinyint not null
,sdcondition tinyint not null ,sdcondition tinyint not null
,fgno bigint ,fgno bigint