|
@@ -82,6 +82,7 @@ public class StudentWithdrawServiceImpl extends BaseServiceImpl<Integer, Student
|
|
|
studentWithdraw.setModifyTime(date);
|
|
|
studentWithdraw.setStatus(status);
|
|
|
studentWithdraw.setTransNo(transNo);
|
|
|
+ studentWithdraw.setPlatformAccountNo(platformAccountNo);
|
|
|
|
|
|
studentWithdrawDao.update(studentWithdraw);
|
|
|
|