|
@@ -1672,7 +1672,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
|
|
|
return R.error("处方信息为空,制单失败");
|
|
return R.error("处方信息为空,制单失败");
|
|
|
}
|
|
}
|
|
|
if (prescribeDataScrm.getStatus()!=1||prescribeDataScrm.getDoctorConfirm()!=1){
|
|
if (prescribeDataScrm.getStatus()!=1||prescribeDataScrm.getDoctorConfirm()!=1){
|
|
|
- return R.error("关联处方还在开方中,制单失败");
|
|
|
|
|
|
|
+ return R.error("关联处方还在开方中,请稍后刷新页面重试");
|
|
|
}
|
|
}
|
|
|
param.setUserId(1L);
|
|
param.setUserId(1L);
|
|
|
//保存收货地址
|
|
//保存收货地址
|