|
@@ -143,7 +143,7 @@ public class BookableService {
|
|
|
Prescription book = new Prescription();
|
|
|
book.initMzYjReqList(param);
|
|
|
// PET-CT
|
|
|
- if ("002059".equals(param.getCode())) {
|
|
|
+ if ("002059".equals(param.getCode()) || "002061".equals(param.getCode())) {
|
|
|
HashMap<String, String> charge = new HashMap<>(Constants.Capacity.ELEVEN);
|
|
|
charge.put("chargeItemCode", "50102");
|
|
|
charge.put("serial", "01");
|
|
@@ -158,7 +158,7 @@ public class BookableService {
|
|
|
charge.put("instructionText", "");
|
|
|
charge.put("orderNo", "1");
|
|
|
charge.put("groupOrder", "");
|
|
|
- charge.put("supplyCode", "003");
|
|
|
+ charge.put("supplyCode", "055");
|
|
|
charge.put("cyJssm", "");
|
|
|
charge.put("cyDj", "");
|
|
|
charge.put("cyFysm", "");
|