Skip to content

库区检索

CustomSearch

客户检索

sqlId: selectCustom

SQL

sql
select bc.customer_id,
bc.customer_code,
bc.custom_type,
bc.customer_name,
bc.address,
bc.remark,
bc.is_enable,
bc.create_by,
bc.update_by,
bc.create_at,
bc.update_at
from bas_customer bc
<where>
    and bc.is_enable = '0001'
    --@ and bc.custom_type = #{custom_type}
    ${@com.galaxis.wms.ext.Sql@phrase('AND', 'bc.customer_name like', 'bc.customer_code like')}
    --# and bc.#
</where>

字段

总共 9

字段描述
customer_id客商ID
owner_id货主ID
custom_type客户类型
customer_code客商编号
customer_name客商名称
create_by创建人
create_at创建时间
update_by最后修改人
update_at最后更新时间