| | |
| | | import com.ltkj.common.core.domain.AjaxResult; |
| | | import com.ltkj.hosp.mapper.LtkjExamJcsqdMapper; |
| | | import com.ltkj.hosp.service.LtkjExamJcsqdService; |
| | | import com.ltkj.hosp.sqlDomain.LtkjExamJcbgd; |
| | | import com.ltkj.hosp.sqlDomain.LtkjExamJcsqd; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public void deletedLtkjJcsqdByTjhAndTmh(String tjh, String tmh) { |
| | | mapper.deletedLtkjJcsqdByTjhAndTmh(tjh,tmh); |
| | | public void deletedLtkjJcsqdByTjhAndTmh(String tjh) { |
| | | mapper.deletedLtkjJcsqdByTjhAndTmh(tjh); |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh) { |
| | | return mapper.queryLtkjExamJcsqdByTjh(tjh); |
| | | } |
| | | |
| | | @Override |
| | | public void saveLtkjExamJcsqd(String tjh) { |
| | | mapper.saveLtkjExamJcsqd(tjh); |
| | | } |