zjh
2024-07-02 a51a70b780ef0ed24abb81b096c80649a0255ece
ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjProjectService.java
@@ -105,4 +105,27 @@
    List<TjProject> getTjProListByPacIdAndDeptId(String pacId);
    List<TjProject> getAllChildListById(String proId);
    List<TjProject> getTjProjectList();
    List<TjProject> getDxTjProjectList();
    List<TjProject> getOpenDxTjProjectList();
    List<TjProject> getPacTjProjectList();
    List<Long> getHuaYanProId();
    List<Long> getYingXiangProId();
    List<Long> getHuaYanKsProId(String ksId);
    List<Long> getNotCcCtXdtProId();
    List<Long> getNneedReprotProId();
    List<TjProject> getTjProjectListByTbTransition(String proParentId, String tjNumber);
}