| | |
| | | package com.ltkj.hosp.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ltkj.common.core.domain.AjaxResult; |
| | | import com.ltkj.hosp.domain.TjCustomer; |
| | | import com.ltkj.hosp.domain.TjOrder; |
| | | import com.ltkj.hosp.mapper.LtkjExamJcsqdMapper; |
| | |
| | | public void deletedByTjhAndXmId(String tjh, String xmid) { |
| | | mapper.deletedByTjhAndXmId(tjh,xmid); |
| | | } |
| | | |
| | | @Override |
| | | public AjaxResult getAsyncDataByPro(String ksmc,String strIn,String brid,int pagecount,int page,String status) { |
| | | return AjaxResult.success().put("ResultData",mapper.getAsyncDataByPro(ksmc,strIn,brid,pagecount,page,status)).put("code",0); |
| | | } |
| | | } |