|
|
|
@ -3,6 +3,8 @@ package com.glxp.api.controller.test;
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
|
|
import com.glxp.api.common.res.BaseResponse;
|
|
|
|
|
import com.glxp.api.dao.auth.AuthCompanyMapper;
|
|
|
|
|
import com.glxp.api.entity.alihealth.AliYljgBillDetail;
|
|
|
|
|
import com.glxp.api.entity.alihealth.AliYljgSearchbill;
|
|
|
|
|
import com.glxp.api.entity.auth.AuthCompany;
|
|
|
|
|
import com.glxp.api.entity.collect.RelCodeBatch;
|
|
|
|
|
import com.glxp.api.entity.collect.RelCodeDetail;
|
|
|
|
@ -165,52 +167,21 @@ public class TestCodeController {
|
|
|
|
|
return alihealthUtils.thirdAliSearchbillInsert(alihealthKytThirdAliSearchbillInsertReqeust);
|
|
|
|
|
}
|
|
|
|
|
@PostMapping("/test3")
|
|
|
|
|
public BaseResponse test3() {
|
|
|
|
|
public BaseResponse<List<AliYljgSearchbill>> test3() {
|
|
|
|
|
|
|
|
|
|
AlihealthYljgListupoutReqeust alihealthYljgListupoutReqeust1 = new AlihealthYljgListupoutReqeust();
|
|
|
|
|
// alihealthYljgListupoutReqeust1.setRef_ent_id("ef99b78bd9c54c1284f813149c858fb0");
|
|
|
|
|
// alihealthYljgListupoutReqeust1.setAuth_ref_user_id("ef99b78bd9c54c1284f813149c858fb0");
|
|
|
|
|
alihealthYljgListupoutReqeust1.setBegin_date("2019-01-01");
|
|
|
|
|
alihealthYljgListupoutReqeust1.setEnd_date("2024-05-01");
|
|
|
|
|
// alihealthKytSearchbillReqeust.setBill_type("A");
|
|
|
|
|
alihealthYljgListupoutReqeust1.setPage(1);
|
|
|
|
|
alihealthYljgListupoutReqeust1.setPage_size(20);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
// BaseResponse<List<ThirdAliDrug>> baseResponse = alihealthUtils.thirdAliDrugInsert(alihealthThirdAliDrugInsertReqeust);
|
|
|
|
|
// if(baseResponse.getCode() == 20000){
|
|
|
|
|
// List<ThirdAliDrug> list = baseResponse.getData();
|
|
|
|
|
// if(list!=null && list.size() >0){
|
|
|
|
|
// for (ThirdAliDrug thirdAliDrug : list) {
|
|
|
|
|
// ThirdAliDrug thirdAliDrugNew = thirdAliDrugService.getOne(new QueryWrapper<ThirdAliDrug>().eq("nameCode", thirdAliDrug.getNameCode())
|
|
|
|
|
// .last("limit 1")
|
|
|
|
|
// );
|
|
|
|
|
// if (Objects.isNull(thirdAliDrugNew)) {
|
|
|
|
|
//
|
|
|
|
|
// thirdAliDrugService.save(thirdAliDrug);
|
|
|
|
|
//
|
|
|
|
|
// } else {
|
|
|
|
|
// thirdAliDrugService.update(thirdAliDrug, new QueryWrapper<ThirdAliDrug>().eq("nameCode", thirdAliDrug.getNameCode()));
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
return alihealthYljgUtils.listupout(alihealthYljgListupoutReqeust1,"厦门同春医药股份有限公司");
|
|
|
|
|
}
|
|
|
|
|
@PostMapping("/test4")
|
|
|
|
|
public BaseResponse test4() {
|
|
|
|
|
public BaseResponse<AliYljgBillDetail> test4() {
|
|
|
|
|
|
|
|
|
|
AlihealthYljgListupoutDetailReqeust alihealthYljgListupoutDetailReqeust = new AlihealthYljgListupoutDetailReqeust();
|
|
|
|
|
// alihealthYljgListupoutDetailReqeust.setRef_ent_id();
|
|
|
|
|
alihealthYljgListupoutDetailReqeust.setBill_code("19604910");
|
|
|
|
|
alihealthYljgListupoutDetailReqeust.setFrom_ref_user_id("a74061d26923498785ad8489962d9de2");
|
|
|
|
|
// alihealthYljgListupoutDetailReqeust.setTo_ref_user_id();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return alihealthYljgUtils.listupoutDetail(alihealthYljgListupoutDetailReqeust);
|
|
|
|
|
}
|
|
|
|
|