|
|
@@ -516,7 +516,7 @@ public class FsPackageOrderServiceImpl implements IFsPackageOrderService
|
|
|
FsPatient patient=null;
|
|
|
FsDoctor doctor=null;
|
|
|
FsPackage fsPackage=fsPackageMapper.selectFsPackageByPackageId(param.getPackageId());
|
|
|
- if(fsPackage.getProductType()!= null &&(fsPackage.getProductType()==1 || fsPackage.getProductType()==2)){
|
|
|
+ if(fsPackage.getProductType()!= null &&(fsPackage.getProductType()==1 || fsPackage.getProductType()==2) && fsPackage.getIsHealthProductType() == 0){
|
|
|
if(param.getPatientId()!=null){
|
|
|
patient=fsPatientMapper.selectFsPatientByPatientId(param.getPatientId());
|
|
|
if (patient==null){
|