|
@ -1568,7 +1568,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
}
|
|
|
json.put("cardNo",outpatientDO.getCardNo());
|
|
|
json.put("doctor",doctorMappingDO.getMappingCode());
|
|
|
json.put("dept",inspectionDO.getDept());
|
|
|
json.put("dept",outpatientDO.getDept());
|
|
|
|
|
|
json.put("frequency",inspectionDO.getFrequency()); //组号
|
|
|
json.put("quantity",inspectionDO.getQuantity()); //数量
|