瀏覽代碼

Merge branch 'master' of http://git.dayaedu.com/yonge/mec

zouxuan 5 年之前
父節點
當前提交
edb31f6e57
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/StudentWithdrawServiceImpl.java

+ 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);