Explorar el Código

1、课程点名判断

Joburgess hace 5 años
padre
commit
c374c22138

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

@@ -1137,7 +1137,7 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
 		try {
 			contractService.transferVipGroupCoursesContract(userId,vipGroupId);
 		} catch (Exception e) {
-			e.printStackTrace();
+			LOGGER.error("小课[{}]开课失败:",vipGroupId,e.getMessage());
 		}
 	}