| | |
| | | import com.ltkj.common.core.domain.entity.SysUser; |
| | | import com.ltkj.common.utils.DateUtils; |
| | | import com.ltkj.hosp.domain.TjProject; |
| | | import com.ltkj.hosp.vodomain.ShenGaoTiZhongVo; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.ltkj.hosp.mapper.TjOrderDetailMapper; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> getShenGaoTiZhongList(String tjNum) { |
| | | public List<ShenGaoTiZhongVo> getShenGaoTiZhongList(String tjNum) { |
| | | return tjOrderDetailMapper.getShenGaoTiZhongList(tjNum); |
| | | } |
| | | |