|
@@ -29,6 +29,7 @@ import com.xjrsoft.module.classtime.vo.TeacherListVo;
|
|
|
import com.xjrsoft.module.classtime.vo.WeekTimeRangeVo;
|
|
|
import com.xjrsoft.module.oa.entity.WfTeacherCourseTime;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
+import me.zhyd.oauth.log.Log;
|
|
|
import org.apache.poi.ss.usermodel.Cell;
|
|
|
import org.apache.poi.ss.usermodel.CellStyle;
|
|
|
import org.apache.poi.ss.usermodel.Font;
|
|
@@ -567,7 +568,7 @@ public class ClassTimeStatisticsServiceImpl extends MPJBaseServiceImpl<ClassTime
|
|
|
this.updateById(statistics);
|
|
|
return true;
|
|
|
}catch (Exception e){
|
|
|
- log.error(e.getMessage());
|
|
|
+ Log.error(e.getMessage(), e);
|
|
|
throw new MyException("统计出错,请联系管理员");
|
|
|
}
|
|
|
}
|