Accept Merge Request #49: (feature/zy -> develop)
Merge Request: feature: kpi template Created By: @zhuyu Accepted By: @zhuyu URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/49
This commit is contained in:
commit
7568330a90
|
|
@ -34,7 +34,7 @@ class Template extends Model
|
|||
|
||||
public function kpiitem()
|
||||
{
|
||||
return $this->belongsToMany('app\admin\model\kpi\item', 'kpi_template_item', 'item_id', 'template_id');
|
||||
return $this->belongsToMany('app\admin\model\kpi\Item', 'kpi_template_item', 'item_id', 'template_id');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user