fix conflicts
Showing
with
99 additions
and
49 deletions
Please
register
or
sign in
to comment
... | ... | @@ -57,6 +57,8 @@ |
return 6; | ||
} else if ($department->name == '自营客服') { | ||
return 7; | ||
} else if ($department->name == '运营助理') { | ||
return 8; | ||
} else { | ||
return 0; | ||
} | ||
... | ... |