|
|
@@ -149,6 +149,11 @@ public class DigitalReceiptService {
|
|
|
if (null == phar || StringUtil.isBlank(phar.getYbCode())) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.NULL_POINTER, "审方药师医保编码不能为空。");
|
|
|
}
|
|
|
+
|
|
|
+ // 电子处方写死医疗类别
|
|
|
+ RxMdtrtInfo rxMdtrtinfo = request.getRxMdtrtinfo();
|
|
|
+ rxMdtrtinfo.setMedType("4102");
|
|
|
+
|
|
|
String dataRef = JSONObject.toJSONStringWithDateFormat(request.getRxPreCheck(), "yyyy-MM-dd HH:mm:ss");
|
|
|
JSONObject data = JSONObject.parseObject(dataRef);
|
|
|
String rxdrugdetailRef = JSONArray.toJSONStringWithDateFormat(request.getRxDrugDetailList(), "yyyy-MM-dd HH:mm:ss");
|