zjh
2024-02-28 fcc5d56c4fa7b269d96b8ef66a527fa6a7c90450
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjProjectService.java
@@ -105,4 +105,21 @@
    List<TjProject> getTjProListByPacIdAndDeptId(String pacId);
    List<TjProject> getAllChildListById(String proId);
    List<TjProject> getTjProjectList();
    List<TjProject> getDxTjProjectList();
    List<TjProject> getPacTjProjectList();
    List<Long> getHuaYanProId();
    List<Long> getYingXiangProId();
    List<Long> getHuaYanKsProId(String ksId);
    List<Long> getNotCcCtXdtProId();
}