|
|
@@ -161,7 +161,7 @@ public class accountclass extends Controller {
|
|
|
where = where + " and t1.isrebate=" + whereObject.getLong("isrebate");
|
|
|
}
|
|
|
if (whereObject.containsKey("isnotspecialfund") && !"".equals(whereObject.getString("isnotspecialfund"))) {
|
|
|
- where = where + " and JSON_TYPE(t1.bindingcategories) != 'NULL' and JSON_LENGTH(t1.bindingcategories) != 0 and t1.accountname !='保证金账户' ";
|
|
|
+ where = where + " and (JSON_TYPE(t1.bindingcategories) = 'NULL' || JSON_LENGTH(t1.bindingcategories) = 0) and t1.accountname !='保证金账户' ";
|
|
|
}
|
|
|
|
|
|
}
|