| | |
| | | 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 deletedLtkjJcsqdByTjhAndXmId(String tjh,String xmid) { |
| | | mapper.deletedLtkjJcsqdByTjhAndProId(tjh,xmid); |
| | | } |
| | | |
| | | @Override |
| | | public void deletedLtkjJcsqdByTjhAndTmh(String tjh) { |
| | | mapper.deletedLtkjJcsqdByTjhAndTmh(tjh); |
| | | } |
| | | |
| | | @Override |
| | | public void deletedLtkjJcsqdByTjhandtmh(String tjh, String tmh) { |
| | | mapper.deletedLtkjJcsqdByTjhandtmh(tjh,tmh); |
| | | } |
| | | |
| | | @Override |
| | | public void sdtbdeletedLtkjJcsqdByTjhandtmh(String tjh, String tmh) { |
| | | mapper.sdtbdeletedLtkjJcsqdByTjhandtmh(tjh,tmh); |
| | | } |
| | | |
| | | @Override |
| | | public void deletedLtkjJcsqdByTjhandtmh1(String tjh) { |
| | | mapper.deletedLtkjJcsqdByTjhandtmh1(tjh); |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<LtkjExamJcbgd> queryLtkjExamJcsqdByTjh(String tjh) { |
| | | return mapper.queryLtkjExamJcsqdByTjh(tjh); |
| | | } |
| | | |
| | | @Override |
| | | public void saveLtkjExamJcsqd(String tjh) { |
| | | mapper.saveLtkjExamJcsqd(tjh); |
| | | } |
| | | |
| | | @Override |
| | | public void saveXdtLtkjExamJcsqd(String tjh, String tmh) { |
| | | mapper.saveXdtLtkjExamJcsqd(tjh,tmh); |
| | | } |
| | | |
| | | @Override |
| | | public AjaxResult getTjJcProByHisCall(String ksmc,String strIn,String brid,int pagecount,int page,String status) { |
| | | List<Map<String, Object>> tjJcProByHisCall = mapper.getTjJcProByHisCall(ksmc,strIn,brid,pagecount,page,status); |
| | | return AjaxResult.success().put("data",tjJcProByHisCall); |