ltkj-hosp/src/main/java/com/ltkj/hosp/mapper/TjOrderDetailMapper.java
@@ -303,4 +303,8 @@ " LEFT JOIN sys_dept d ON p.dept_id = d.dept_id\n" + " WHERE order_id = #{orderId} AND p.pro_parent_id <>0 AND o.is_return = #{type}") List<ProFcListVo> getFcList(@Param("orderId") Long orderId, @Param("type") Integer type); @Select("call newpacsJianChaData(#{tjnumber,mode=IN},1)") List<TjOrderDetail> newgetDetailByOrderIdAndParId(String tjNumber); }