yonge 5 lat temu
rodzic
commit
d6a95bee99

+ 1 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/StudentWithdrawServiceImpl.java

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