-
请问下thinkjs可同时支持链接操作mongodb和mysql数据库嘛?,现在新开一个工程需要链接之前业务的数据库
-
使用 model.sum 的时候:
_this5.model(...).setRelation(...).group(...).field(...).sum(...).select is not a function
我的操作是,分组并求和一个字段,取100条数据,提示生成的sql是:
SELECT SUM(`cost_award`) AS think_sum FROM `group_tr…
-
## DESC
在Model类的构造函数中加入
```javascript
this.relation = {
chargeStrategy: {
type: think.Model.BELONG_TO,
model: 'charge_strategy',
key: 'chargeStrategyId',
…
-
## DESC
$slice在think-mongo中无效
### ENV
OS Platform: mac os 10.12.6
Node.js Version: v8.9.1
ThinkJS Version:3.0.0
think-mongo Version:1.0.8
### code
```js
// 数据格式
{
"id" : "xx…
-
## DESC
这是在2中的使用方法
![yzzyak ayf6 0 sj 9zeh](https://user-images.githubusercontent.com/18344919/28916593-49865ad6-7875-11e7-9c48-b8876d2cef16.png)
## ENV
Platform:
Node.js Version:
Thin…
-
```js
this.controller('mb/login', 'test');
```
### more description
this.controller怎么调用controller下面文件夹的action
-
## DESC
看了3.x的文档,没有弄清楚业务逻辑封装到那个地方。 logic是做数据校验的,model是处理数据逻辑的,service到是可以通过扩展调用model来做业务逻辑封装层,但是看文档貌似service层的设计初衷也是不是这个。 业务逻辑总不能写到controller里吧?没法复用了, 请帮忙解惑
### ENV
OS Platform:
Node.js Versio…
-
## DESC
### ENV
OS Platform: win10
Node.js Version: 9.5.0
ThinkJS Version: 3.2.4
### description
因为项目要部署到客户的服务器上,不希望客户可以看到源代码,有没有办法可以打包项目再运行。
-
## DESC
internal/child_process.js:317
throw errnoException(err, 'spawn');
^
Error: spawn EACCES
at exports._errnoException (util.js:1026:11)
at ChildProcess.spawn (internal/chi…
-
## DESC
调用service下面的方法找不到
### ENV
OS Platform:
win10
Node.js Version:
v8.9.3
ThinkJS Version:
v2.2.24
### code
在 cms/src/home/service/sms.js 定义
```js
'use strict';
export default …