|
@@ -131,9 +131,9 @@ public class ExamRegistrationPaymentServiceImpl extends BaseServiceImpl<Long, Ex
|
|
|
examOrgan.setTotalPaymentAmount(totalAmount);
|
|
|
}
|
|
|
int updateNum = examOrganizationRelationDao.batchUpdate(examOrgans);
|
|
|
- if (updateNum != examOrgans.size()) {
|
|
|
- throw new BizException("总报名人数报名金额更新失败");
|
|
|
- }
|
|
|
+// if (updateNum != examOrgans.size()) {
|
|
|
+// throw new BizException("总报名人数报名金额更新失败");
|
|
|
+// }
|
|
|
|
|
|
return order;
|
|
|
}
|