1 Star 0 Fork 2

误码/fali_houtai

forked from tpper/fali_houtai 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nlog.txt 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
tpper 提交于 2023-02-01 10:23 . 2
问题 1 2 7
问题1
律师认证表 fa_lawyer
认证状态 判断 check_state 状态:0=未认证,1=审核中,2=已认证,3=审核失败
法务认证表 fa_lawyer_fawu
check_state 认证状态:0=未认证,1=审核中,2=已认证,3=审核失败
投资人认证表 fa_lawyer_touziren
check_state 认证状态:0=未认证,1=审核中,2=已认证,3=审核失败
订单表
fa_fali_order
lawyer 律师user_id
legal 法务user_id
investor 投资人user_id
是否有未完成的订单判断
fa_fali_order 表
status
律师
where lawyer=* (product_id !=6 in and status = (3,4,10,11,14))
or (product_id = 6 and status in (3,4,10,11,14,16) and price_type = 26)
or (product_id = 6 and status in (3,4,10,11,14) and price_type = 27)
法务
where legal=* price_type = 26 and status = (1,2,13,18,19,20)
投资人
where investor=* and product_id = 6 & price_type = 26
and status = (3,4,10,11,14,16)
问题2
搜索表
fa_product 产品表
fa_product_price 产品价格组合表
fa_product_value 产品属性值
问题 7
屏蔽私人律师和审案子 这两个产品在列表里不在显示
fa_coupon 优惠券类型
fa_coupon_log 用户优惠券表
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wgldream/fali_houtai.git
git@gitee.com:wgldream/fali_houtai.git
wgldream
fali_houtai
fali_houtai
master

搜索帮助