|
@@ -67,6 +67,9 @@ public class CardServiceImpl implements CardService {
|
|
|
case 5:
|
|
|
rootSourceId = "gzhhzdx_" + generateSourceId();
|
|
|
break;
|
|
|
+ case 6:
|
|
|
+ rootSourceId = "fwhhzdyy_" + generateSourceId();
|
|
|
+ break;
|
|
|
default:
|
|
|
rootSourceId = "Error mini_program_type " + miniProgramType;
|
|
|
}
|
|
@@ -159,6 +162,7 @@ public class CardServiceImpl implements CardService {
|
|
|
int weComMiniProgramId = 27;
|
|
|
int daiTouMiniProgramId = 25;
|
|
|
int gzhhzdxMiniProgramId = 25;
|
|
|
+ int fwhhzdyyMiniProgramId = 25;
|
|
|
int miniId = 0;
|
|
|
List<PublishMiniprogram> cardList = new ArrayList<>();
|
|
|
switch (planAccount.getMiniprogramUseType()) {
|
|
@@ -177,6 +181,9 @@ public class CardServiceImpl implements CardService {
|
|
|
case 5:
|
|
|
miniId = gzhhzdxMiniProgramId;
|
|
|
break;
|
|
|
+ case 6:
|
|
|
+ miniId = fwhhzdyyMiniProgramId;
|
|
|
+ break;
|
|
|
default:
|
|
|
break;
|
|
|
}
|