修改bug
This commit is contained in:
parent
7e589eeabb
commit
d0a987b84e
@ -163,7 +163,7 @@ public class NursingOrderServiceImpl implements INursingOrderService {
|
|||||||
patientOrders.addAll(goodsOrderAndConsultationOrder);
|
patientOrders.addAll(goodsOrderAndConsultationOrder);
|
||||||
}
|
}
|
||||||
PatientOrderVO resultHttp = new PatientOrderVO();
|
PatientOrderVO resultHttp = new PatientOrderVO();
|
||||||
if (Objects.nonNull(nurseOrder.getRegion()) && !"3".equals(nurseOrder.getRegion())) {
|
if (Objects.nonNull(nurseOrder.getRegion())) {
|
||||||
try {
|
try {
|
||||||
String result = HttpUtils.sendGet(SpringUtils.getFdUrl(nurseOrder.getRegion()) + "/performance/recordV2/" + nurseOrder.getCardNo());
|
String result = HttpUtils.sendGet(SpringUtils.getFdUrl(nurseOrder.getRegion()) + "/performance/recordV2/" + nurseOrder.getCardNo());
|
||||||
if (StringUtils.isBlank(result)) {
|
if (StringUtils.isBlank(result)) {
|
||||||
@ -204,4 +204,4 @@ public class NursingOrderServiceImpl implements INursingOrderService {
|
|||||||
rspData.setMsg("查询成功");
|
rspData.setMsg("查询成功");
|
||||||
return rspData;
|
return rspData;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -367,6 +367,7 @@
|
|||||||
<select id="getCouponReceiveByReceiveSource" resultType="java.lang.Integer">
|
<select id="getCouponReceiveByReceiveSource" resultType="java.lang.Integer">
|
||||||
select
|
select
|
||||||
count(1)
|
count(1)
|
||||||
|
from patient_coupon_receive
|
||||||
where
|
where
|
||||||
patient_id = #{patientId}
|
patient_id = #{patientId}
|
||||||
and receive_source = #{receiveSource}
|
and receive_source = #{receiveSource}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user