Commit 2161c272 by liyanlin

fix

parent 8a3c2fc9
...@@ -46,7 +46,7 @@ public class MiniappBrandConfigController { ...@@ -46,7 +46,7 @@ public class MiniappBrandConfigController {
public JsonResult<MiniappBrandConfig> tpl(@RequestParam String appId) { public JsonResult<MiniappBrandConfig> tpl(@RequestParam String appId) {
MiniappBrandConfig config = miniappBrandConfigService.getOne( MiniappBrandConfig config = miniappBrandConfigService.getOne(
new LambdaQueryWrapper<MiniappBrandConfig>() new LambdaQueryWrapper<MiniappBrandConfig>()
.eq(MiniappBrandConfig::getStoreMiniappId,appId) .eq(MiniappBrandConfig::getCustomerMiniappId,appId)
); );
return JsonResult.success(config); return JsonResult.success(config);
} }
......
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