wanghongjun 3 years ago
parent
commit
3346043a9f
  1. 4
      source/application/common/logic/PassFlow.php

4
source/application/common/logic/PassFlow.php

@ -193,7 +193,7 @@ class PassFlow
if (!empty($param)) { if (!empty($param)) {
if (!empty($param['groupsId'])) { if (!empty($param['groupsId'])) {
$groupsId = explode("|",$param['groupsId']); $groupsId = explode("|",$param['groupsId']);
$paramWhere .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "'"; $paramWhere .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "')";
} }
} }
$dateData = self::getDateData(); $dateData = self::getDateData();
@ -309,7 +309,7 @@ class PassFlow
if (!empty($param)) { if (!empty($param)) {
if (!empty($param['groupsId'])) { if (!empty($param['groupsId'])) {
$groupsId = explode("|",$param['groupsId']); $groupsId = explode("|",$param['groupsId']);
$where .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "'"; $where .= ' and "groupId" in (' . "'" . implode("','",$groupsId) . "')";
} }
} }
$date = self::getDateData('day'); $date = self::getDateData('day');

Loading…
Cancel
Save