Skip to content

库区检索

SupplierSearch

供应商检索

sqlId: SupplierSearch

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.custom_type = '0001'
            ${@com.galaxis.wms.ext.Sql@phrase('AND', 'bc.customer_name like', 'bc.customer_code like')}
            --# and #
        </where>

字段

总共 8

字段描述
customer_idnull
customer_code供应商编号
custom_type客户类型
customer_name供应商名称
address地址
remark备注
create_by创建人
update_by更新人