@@ -148,6 +148,7 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
return true;
}
degree.setStatus(status);
+ degree.setUpdateTime(new Date());
if (degreeRegistrationDao.update(degree) <= 0) {
throw new BizException("更新支付状态失败");