|
|
@@ -1712,6 +1712,7 @@ public class FsUserInformationCollectionServiceImpl extends ServiceImpl<FsUserIn
|
|
|
}
|
|
|
//套餐包必须是OTC、中药、处方药类型
|
|
|
if (fsPackage.getProductType() == 1 || fsPackage.getProductType() == 2 || fsPackage.getProductType() == 3) {
|
|
|
+ informationCollection.setIsPackage(1);//套餐包标识
|
|
|
informationCollection.setPackageId(param.getPackageId());
|
|
|
informationCollection.setPayType(param.getPayType());
|
|
|
informationCollection.setAmount(param.getAmount());
|