Commit 313b83f6 by 庄冰

img

parent f5a17ffa
......@@ -38,7 +38,7 @@ class Templateconfig extends APIBase {
opResult = system.getResultSuccess("测试接口");
break;
case "getImgList": // 查询图片
pobj.actionBody["company_id"] = pobj.company_id;
// pobj.actionBody["company_id"] = pobj.company_id;
opResult = await this.imginfoSve.getImgList(pobj.actionBody);
break;
case "createImginfo": // 添加图片
......
......@@ -7,7 +7,7 @@ class ImginfoDao extends Dao{
extraWhere(qobj, qw, qc) {
console.log(qobj)
if(!qobj.company_id){
qw["company_id"] = "";
// qw["company_id"] = "";
}else{
qw["company_id"] = Number(qobj.company_id);
}
......
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