ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjOrderService.java
@@ -8,6 +8,7 @@ import com.ltkj.hosp.domain.TjCustomer; import com.ltkj.hosp.domain.TjOrder; import com.ltkj.hosp.vodomain.LineChartsVo; import org.apache.ibatis.annotations.Param; /** * 体检记录Service接口 @@ -133,4 +134,8 @@ List<String> selectTjOrderByCardId1(); String isPayByTjNum(String orderId); List<Map<String ,String >> selectDjdInfo(String tjNumber); Map<String ,Object > selectDjdUserInfo(String tjNumber); }