|
|
@@ -304,7 +304,6 @@ public class TsbCustomerService {
|
|
|
for (CustGrade grade : custGradeCollection) {
|
|
|
grade.setSiteCd(custGrade.getSiteCd());
|
|
|
grade.setRegNo(custGrade.getRegNo());
|
|
|
- grade.setCalMonths(custGrade.getCalMonths());
|
|
|
custGradeHstCnt += customerDao.createChangeCustGradeHst(grade);
|
|
|
}
|
|
|
|