Commit 42a04528 by 庄冰

img

parent 3a27bbaa
...@@ -7,7 +7,7 @@ class ImginfoDao extends Dao{ ...@@ -7,7 +7,7 @@ class ImginfoDao extends Dao{
extraWhere(qobj, qw, qc) { extraWhere(qobj, qw, qc) {
console.log(qobj) console.log(qobj)
if(!qobj.company_id){ if(!qobj.company_id){
qw["company_id"] = ""; // qw["company_id"] = "";
}else{ }else{
qw["company_id"] = Number(qobj.company_id); 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