|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
company_product_relevance.auditStatus,
|
|
|
|
|
basic_udirel.uuid,
|
|
|
|
|
basic_udirel.thirdId,
|
|
|
|
|
basic_udirel.id rlId,
|
|
|
|
|
basic_udirel.id rlId,
|
|
|
|
|
basic_udirel.isUseDy,
|
|
|
|
|
basic_udirel.isLock,
|
|
|
|
|
basic_udirel.thirdId1,
|
|
|
|
@ -44,7 +44,8 @@
|
|
|
|
|
basic_udirel.lockStatus,
|
|
|
|
|
basic_udirel.mainId,
|
|
|
|
|
basic_udirel.isAdavence,
|
|
|
|
|
basic_products.id as PRId,
|
|
|
|
|
bht.name classifyName,
|
|
|
|
|
basic_products.id as PRId,
|
|
|
|
|
basic_products.originUuid,
|
|
|
|
|
basic_products.nameCode,
|
|
|
|
|
basic_products.deviceRecordKey,
|
|
|
|
@ -102,7 +103,7 @@
|
|
|
|
|
inner JOIN basic_products
|
|
|
|
|
ON basic_udirel.uuid = basic_products.uuid
|
|
|
|
|
left JOIN basic_corp on basic_corp.erpId = company_product_relevance.customerId
|
|
|
|
|
|
|
|
|
|
left join basic_hosp_type bht on basic_udirel.relCode = bht.code
|
|
|
|
|
<where>
|
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
|
|
|
|
|
AND ylqxzcrbarmc LIKE concat(#{ylqxzcrbarmc}, '%')
|
|
|
|
|