|
@@ -146,7 +146,7 @@ public class FsPrescribeServiceImpl implements IFsPrescribeService
|
|
|
PrescribeV2 prescribe=new PrescribeV2();
|
|
|
prescribe.setDrugType("01");
|
|
|
prescribe.setOnlyId(rpId);
|
|
|
- prescribe.setDrugstoreName("御君方");
|
|
|
+ prescribe.setDrugstoreName("零利润药房");
|
|
|
prescribe.setPatientName(patient.getPatientName());
|
|
|
prescribe.setPatientAge(DateUtils.getAge(patient.getBirthday()));
|
|
|
// prescribe.setPatientTel(user.getPhone());
|
|
@@ -189,7 +189,7 @@ public class FsPrescribeServiceImpl implements IFsPrescribeService
|
|
|
fsPrescribe.setUserId(userId);
|
|
|
fsPrescribe.setPatientId(patient.getPatientId());
|
|
|
fsPrescribe.setPharmacyCode("00001");
|
|
|
- fsPrescribe.setPharmacyName("默认门店");
|
|
|
+ fsPrescribe.setPharmacyName("零利润药房");
|
|
|
fsPrescribe.setStatus(0);
|
|
|
fsPrescribe.setPrescribeType(1);
|
|
|
fsPrescribe.setOrderId(order.getId());
|