@@ -10,7 +10,7 @@ use think\Model;
*/
class UserRole extends Model
{
-
+ protected $name="user_role_copy1";
protected $updateTime='updatetime';
protected $createTime='addtime';
public static function GetRoleIdByCompnyNoAndUid($companyNo,$uid){
@@ -4,6 +4,7 @@ namespace app\cxinv\model;
class UserRole extends Base
//设置字段信息
+ protected $name='user_role_copy1';
protected $schema = [
'id' =>'bigint',//
'uid' =>'int',//