Commit add191a5 authored by Hsinli's avatar Hsinli

addd

parent ecc3ae88
Pipeline #8721 passed with stage
in 4 seconds
...@@ -89,7 +89,7 @@ class NewHouseService extends Service { ...@@ -89,7 +89,7 @@ class NewHouseService extends Service {
house_types: newHouseType, house_types: newHouseType,
collection: collection.length > 0 ? true : false, collection: collection.length > 0 ? true : false,
} }
// await ctx.service.house.footPrint.addFootPrint({ id: id, type: 1 });//添加用户足迹记录 await ctx.service.house.v2.footPrint.addFootPrint({ id: id, type: 1 });//添加用户足迹记录
return ret; return 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