|
|
@@ -1,5 +1,6 @@
|
|
|
package com.fs.course.service.impl;
|
|
|
|
|
|
+import java.util.Collections;
|
|
|
import java.util.List;
|
|
|
import com.fs.common.utils.DateUtils;
|
|
|
import com.fs.his.vo.OptionsVO;
|
|
|
@@ -105,6 +106,11 @@ public class FsUserCourseCategoryServiceImpl implements IFsUserCourseCategorySer
|
|
|
return fsUserCourseCategoryMapper.selectFsUserCourseCategoryPidList();
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public List<OptionsVO> selectAPPFsUserCourseCategoryPidList() {
|
|
|
+ return fsUserCourseCategoryMapper.selectAPPFsUserCourseCategoryPidList();
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
@Override
|
|
|
public List<OptionsVO> selectCateListByPid(Long pid) {
|