发布v2.7.1版本
This commit is contained in:
@@ -156,8 +156,8 @@ class flowbillClassModel extends Model
|
||||
$rers = $this->db->getone('[Q]'.$rs['table'].'', $rs['mid']);
|
||||
if($rers){
|
||||
$tihsrs = $flow->rsreplace($rers, 2, null, 1);
|
||||
$comidname = $tihsrs['comidname'];
|
||||
$summary = $this->rock->reparr($mors['summary'], $tihsrs);
|
||||
$comidname = arrvalue($tihsrs,'comidname');
|
||||
$summary = $this->rock->reparr($mors['summary'], $tihsrs);
|
||||
$summarx = $this->rock->reparr($mors['summarx'], $tihsrs);
|
||||
|
||||
$ztarr = $flow->getstatus($rers, $mors['statusstr'], $rs['nowcheckname']);
|
||||
@@ -323,7 +323,7 @@ class flowbillClassModel extends Model
|
||||
$tihsrs = $flow->rsreplace($rers, 2, null, 1);
|
||||
$summary = $this->rock->reparr($mors['summary'], $tihsrs);
|
||||
|
||||
$comidname = $tihsrs['comidname'];//所属单位
|
||||
$comidname = arrvalue($tihsrs,'comidname');//所属单位
|
||||
$nowsets = $rs['nowcheckname']; //当前审核人
|
||||
$ztarr = $flow->getstatus($rers, $mors['statusstr'], $nowsets);
|
||||
$statustext = $ztarr[0];
|
||||
|
||||
Reference in New Issue
Block a user