[4] ErrorException in 93b45309d4928fde1db96d63663cda94.php line 500

语法错误: unexpected 'eq' (T_STRING), expecting ']'

  1. $_where['area'] = $_areawhere[0];
  2. }
  3. }else{
  4. $_area = session('sys_areainfo');
  5. if ($_area) {
  6. $_where['area'] = [['exp',' is NULL'],['eq',''],['eq',',,'],['LIKE','%,'.$_area['id'].',%'], 'or'];
  7. }else{
  8. $_where['area'] = [['exp',' is NULL'],['eq',''],['eq',',,'],['LIKE','%,88888888,%'], 'or'];
  9. }
  10. }
  11. $_wheresql = '';
  12. $_pageurlarr = [];
  13. if ($_sql != -1) {
  14. //拼接SQL语句
  15. $_db = db('diyfield');
  16. $_sqlstrlist = explode(" ", $_sql);