| | |
| | | import cn.hutool.core.date.DateUtil; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.ltkj.common.utils.DateUtils; |
| | | import com.ltkj.hosp.domain.DictComp; |
| | | import com.ltkj.hosp.domain.TjCustomer; |
| | | import com.ltkj.hosp.domain.TjPackage; |
| | | import com.ltkj.hosp.domain.*; |
| | | import com.ltkj.hosp.service.IDictCompService; |
| | | import com.ltkj.hosp.service.ITjCustomerService; |
| | | import com.ltkj.hosp.service.ITjOrderService; |
| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import com.ltkj.hosp.mapper.TjOrderMapper; |
| | | import com.ltkj.hosp.domain.TjOrder; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | /** |
| | |
| | | public Boolean delHuoQuZlsqdh(String cardId, String bldh) { |
| | | return tjOrderMapper.delHuoQuZlsqdh(cardId,bldh); |
| | | } |
| | | |
| | | @Override |
| | | public Map<String, Object> getgetBghsList(String tjNumber, Integer page, Integer pageSize, |
| | | String compId, String beginTime, String endTime, String tjname) { |
| | | Map<String, Object> map = new HashMap<>(); |
| | | map.put("page",page); |
| | | map.put("pageSize",pageSize); |
| | | map.put("tjNumber",tjNumber); |
| | | map.put("compId",compId); |
| | | map.put("tjname",tjname); |
| | | map.put("beginTime",beginTime); |
| | | map.put("endTime",endTime); |
| | | List<List<?>> list = tjOrderMapper.getgetBghsList(map); |
| | | Map<String,Object> map1=new HashMap<>(); |
| | | map1.put("customers",list); |
| | | map1.put("total",map.get("total")); |
| | | return map1; |
| | | } |
| | | |
| | | @Override |
| | | public List<LtkjJianchajianyanTree> getBuLuXmXinXi(List<String> bldh,String cardId) { |
| | | return tjOrderMapper.getBuLuXmXinXi(bldh,cardId); |
| | | } |
| | | } |