Browse Source

完善新版信息采集表流程执行代码

cgp 4 days ago
parent
commit
4ba0f0f07a

+ 1 - 0
fs-service/src/main/java/com/fs/hisStore/service/impl/FsUserInformationCollectionServiceImpl.java

@@ -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());