Commit 762c6f2f authored by Hsinli's avatar Hsinli

add

parent f7996a9d
Pipeline #19713 passed with stage
in 2 seconds
......@@ -13,7 +13,7 @@ class LotteryPubliciseController extends Controller {
name: { type: 'string', required: true },
};
ctx.validate(rule, inputParams);
let ret = await ctx.service.cd.lotteryPublicise.getHouseName(inputParams);
let ret = await ctx.service.cd.lotteryPublicise.getHouseName(inputParams.name);
ctx.success(ret);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment