# Conflicts: # common/common-entity/src/main/java/com/yihu/jw/entity/hospital/prescription/WlyyPrescriptionExpressageLogDO.java
@ -374,6 +374,7 @@ public class EntranceService {
wlyyPrescriptionInfoVO.setGroupNo(null != jsonObjectBody.get("DISP_DEPOSITE") ? jsonObjectBody.get("DISP_DEPOSITE").toString() : "");
//规格
wlyyPrescriptionInfoVO.setSpecification(null != jsonObjectBody.get("DRUG_SPEC") ? jsonObjectBody.get("DRUG_SPEC").toString() : "");
wlyyPrescriptionInfoVO.setSerial(null!=jsonObjectBody.get("serial")? jsonObjectBody.get("serial").toString() : "");
wlyyPrescriptionInfoVO.setDel(1);
wlyyPrescriptionInfoVOS.add(wlyyPrescriptionInfoVO);
}
@ -451,7 +451,9 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
String rsCode = res.getString("@RESULT");
String free= 0+"";
if ("0".equals(rsCode)) {
free = res.getString("@total_charge");
if (res.getString("@settle_flag").equalsIgnoreCase("N")){
if (!free.equalsIgnoreCase("0")){
ylzPayService.msgPush("01", cardNo, "01", patientDO.getMobile(), "00", userNo, userName, idcard, outpatientDO.getXtgzh(), outpatientDO.getDeptName(), outpatientDO.getDoctorName(), date, free, "1");
@ -660,7 +660,9 @@ public class PatientConsultEndpoint extends EnvelopRestEndpoint {