增加分佣查询

This commit is contained in:
lccsw
2025-12-10 14:55:10 +08:00
parent f8d43ef20c
commit b65cd6cccf
2 changed files with 148 additions and 0 deletions
@@ -16,6 +16,13 @@ class Pingan_users_cmmssn_model extends HD_Model
self::CF_TYPE_CLUES_OWN => '线索', //自有线索
self::CF_TYPE_CLUES_TEAM => '线索' //团队线索
];
//是否发放
const IF_SEND_NO = 0; //否
const IF_SEND_YES = 1; //是
const IF_SEND_CN = [
self::IF_SEND_NO => '否',
self::IF_SEND_YES => '是'
];
public function __construct()
{