一直以为在使用thinkjs时,只能是它自带的sql语句查询,当遇到类似于这样的sql语句时,却不知道这该怎样来写程序,殊不知原来thinkjs可以执行自定义sql语句 SELECT * from adinfo WHERE 1481286720 BETWEEN stime AND etime OR (1481297520 BETWEEN stime AND etime) model.query(...args) •return {Promise} //指定 SQL 语句执行查询. 相当于: le…
关键字方法命名sql where字句 AndfindByNameAndPwdwhere name= ? and pwd =? OrfindByNameOrSexwhere name= ? or sex=? Is,EqualsfindById,findByIdEqualswhere id= ? BetweenfindByIdBetweenwhere id between ? and ? LessThanfindByIdLessThanwhere id < ? LessThanEqualsfindB…