孙浩林

Results 25 comments of 孙浩林

本地测试 多服务连同一redis或者手动清理redis后刷新页面会打印此信息

- [x] 外部数据源对象 配置 选择框(select)类型字段后 启动报错: ```bash error TypeError: Cannot read property 'multiple' of undefined at getDBType (/workspace/steedos-examples/with-postgresql/node_modules/@steedos/service-metadata-objects/src/objects/fields/index.ts:27:22) at /workspace/steedos-examples/with-postgresql/node_modules/@steedos/service-metadata-objects/src/objects/index.ts:264:50 at /workspace/steedos-examples/with-postgresql/node_modules/lodash/lodash.js:4967:15 at baseForOwn (/workspace/steedos-examples/with-postgresql/node_modules/lodash/lodash.js:3032:24) at /workspace/steedos-examples/with-postgresql/node_modules/lodash/lodash.js:4936:18 at Function.forEach (/workspace/steedos-examples/with-postgresql/node_modules/lodash/lodash.js:9410:14)...

- [x] postgres数据源 自增主键 在列表不应可编辑

https://github.com/CollectionFS/Meteor-CollectionFS/wiki/How-to:-Customize-the-folders-on-the-filesystem

- [x] 钉钉:先确认现有功能正常

接口地址: ```js rest: [{ method: "GET", fullPath: "/analytics/api/card/:cardId/amis" }], ``` 返回格式: ```js { "status": 0, "msg": "ok", "data": { "count": count, "rows": newRows, "cols": cols } } ```