|
@@ -154,8 +154,9 @@ public class UserBankRecordServiceImpl extends ServiceImpl<UserBankRecordMapper,
|
|
|
UserBankRecord update = BeanUtil.toBean(bo, UserBankRecord.class);
|
|
|
validEntityBeforeSave(update);
|
|
|
update.setUpdateTime(DateUtils.getNowTime());
|
|
|
+ boolean b = this.updateById(update);
|
|
|
updateExam(update);
|
|
|
- return this.updateById(update);
|
|
|
+ return b;
|
|
|
}
|
|
|
|
|
|
private void updateExam(UserBankRecord add) {
|