zjh
2025-06-05 2c19fa65dc87ea8f3d81f84154f4eeabff7f8d00
ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjProjectMapper.java
@@ -143,8 +143,8 @@
    @Select("SELECT * FROM `tj_project` where pro_parent_id=0 and pro_status=0 and LOCATE( '体检',pro_name) and deleted=0")
    List<TjProject> getDxTjProjectList();
    @Select("SELECT * FROM `tj_project` where pro_parent_id=0 and pro_status=0 and deleted=0")
    List<TjProject> getOpenDxTjProjectList();
//    @Select("SELECT * FROM `tj_project` where pro_parent_id=0 and pro_status=0 and deleted=0")
    List<TjProject> getOpenDxTjProjectList(String nr);
    @Select("SELECT a.*,GROUP_CONCAT(b.pro_name ORDER BY b.pro_name) AS all_son_pro_name FROM\n" +
@@ -199,4 +199,13 @@
    List<Map<String ,Object>> getLisViewList();
    @Select("call getProListByBblx(#{bblx,mode=IN}) ")
    List<TjProject> getProListByBblx(@Param(value ="bblx")String bblx);
    @Select("call getProListByBwwh(#{bw,mode=IN}) ")
    List<TjProject> getProListByBwwh(String bw);
}