|
|
@@ -923,7 +923,7 @@ public class GoGenerateService {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
- public Mono<StringBuilder> byPlanNewIdGetUrl(Long planNewId, Boolean isQs) {
|
|
|
+ public Mono<StringBuilder> byPlanNewIdGetUrl(String planNewId, Boolean isQs) {
|
|
|
return template.selectOne(Query.query(Criteria.where("plan_new_id").is(planNewId)), PlanNew.class)
|
|
|
.flatMap(f -> Mono.zip(Mono.just(f), template.select(Query.query(Criteria
|
|
|
.where("group_type_id").is(isQs ? f.groupIdQs() : StrUtil.isEmpty(f.importDomain()) ? f.groupId() : f.importDomain())
|