Commit 674912ce authored by Hsinli's avatar Hsinli

addd

parent 87739eca
Pipeline #19681 passed with stage
in 2 seconds
...@@ -17,7 +17,7 @@ module.exports = app => { ...@@ -17,7 +17,7 @@ module.exports = app => {
//预售楼盘-清除搜索历史 //预售楼盘-清除搜索历史
router.put('/presell/search_history', loginAuth, 'cd.presellSearchHistory.getSearchHistory'); router.put('/presell/search_history', loginAuth, 'cd.presellSearchHistory.getSearchHistory');
//预售楼盘-列表 //预售楼盘-列表
router.post('third', '/presell/list', 'cd.presellHouse.getPresellHouseList'); router.post('/presell/list', 'cd.presellHouse.getPresellHouseList');
......
...@@ -13,10 +13,7 @@ class PresellSearchHistoryService extends Service { ...@@ -13,10 +13,7 @@ class PresellSearchHistoryService extends Service {
*/ */
async addSearchHistory(keyWord) { async addSearchHistory(keyWord) {
const { ctx } = this; const { ctx } = this;
ctx.logger.info(1111);
if (!ctx.appUserId || !ctx.userId) { if (!ctx.appUserId || !ctx.userId) {
ctx.logger.info(2222);
//如果没有登录就不做处理 //如果没有登录就不做处理
return false; return false;
} }
......
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