Commit ac7370ce authored by Hsinli's avatar Hsinli

add

parent 1265ec50
Pipeline #5896 passed with stage
in 3 seconds
...@@ -64,11 +64,10 @@ class CollectionService extends Service { ...@@ -64,11 +64,10 @@ class CollectionService extends Service {
if (!inputParams.hasOwnProperty('id')) { if (!inputParams.hasOwnProperty('id')) {
ctx.failed("empty house id"); ctx.failed("empty house id");
} }
// if (!ctx.userId) { if (!ctx.userId) {
// return []; return [];
// } }
// let userId = ctx.userId; let userId = ctx.userId;
let userId = '33A54829-1262-40B5-BE36-B57A12DA090B';
let filter = { let filter = {
pageIndex: 1, pageIndex: 1,
pageSize: 999, pageSize: 999,
......
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