| | |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | import java.util.Set; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.ltkj.hosp.domain.TjOrderRemark; |
| | | import com.ltkj.hosp.vodomain.CsProVo; |
| | | import org.apache.ibatis.annotations.*; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | /** |
| | | * 医生备注Mapper接口 |
| | |
| | | "#{id}", |
| | | "</foreach>", |
| | | "</script>" }) |
| | | List<TjOrderRemark> yiShengJianChaGetPrentPro(@Param("tjNumber") String tjNumber,@Param("split") List<Integer> split); |
| | | List<TjOrderRemark> yiShengJianChaGetPrentPro(@Param("tjNumber") String tjNumber,@Param("split") Set<Integer> split); |
| | | |
| | | |
| | | @Select("SELECT a.* FROM tj_order_remark a JOIN tj_project b ON b.pro_id=a.pro_id JOIN sys_dept c ON c.dept_id=a.dept_id\n" + |
| | |
| | | " AND dep.org_type = 1"+ |
| | | "</script>"}) |
| | | List<CsProVo> cSWebGetProByTjNumAndOrderIdJy(String tjNumber); |
| | | |
| | | |
| | | |
| | | List<TjOrderRemark> shoufeiyemianyishoufei(@Param("tjNumber") String tjNumber, @Param("jxbz") String jxbz); |
| | | |
| | | List<TjOrderRemark> shoufeiyemianweishoufei(@Param("tjNumber") String tjNumber, @Param("jxbz") String jxbz); |
| | | } |