|
@@ -98,7 +98,6 @@ public class PlanNewCommonOutController {
|
|
|
*/
|
|
*/
|
|
|
@GetMapping("getPlanNewCommonH5Copy")
|
|
@GetMapping("getPlanNewCommonH5Copy")
|
|
|
public Mono<RStatus<PlanNewCommonRes>> getPlanNewCommonH5Copy(@RequestParam("code") String code,
|
|
public Mono<RStatus<PlanNewCommonRes>> getPlanNewCommonH5Copy(@RequestParam("code") String code,
|
|
|
- @RequestParam("unique") String unique,
|
|
|
|
|
ServerWebExchange exchange) {
|
|
ServerWebExchange exchange) {
|
|
|
Mono<PlanNewCommon> planNewCommonMono = template.selectOne(Query.query(Criteria.where("code").is(code)).columns(COLUMNARRAYCOMMON), PlanNewCommon.class)
|
|
Mono<PlanNewCommon> planNewCommonMono = template.selectOne(Query.query(Criteria.where("code").is(code)).columns(COLUMNARRAYCOMMON), PlanNewCommon.class)
|
|
|
.switchIfEmpty(Mono.error(new BaseException("计划code异")))
|
|
.switchIfEmpty(Mono.error(new BaseException("计划code异")))
|