修改数据

This commit is contained in:
YY
2025-07-24 11:56:23 +08:00
parent 68e6d4200f
commit 8a257df3b1
4 changed files with 12 additions and 4 deletions

View File

@ -108,8 +108,7 @@
<select id="selectCoscoCateGoryIdByLibraryId" parameterType="string" resultType="string">
select cclc.category_id
from cosco_category_library_contain cclc
join cosco_category cc on cc.id= cclc.category_id
where cclc.category_library_id = #{libraryId} and cc.type=1
where cclc.category_library_id = #{libraryId}
</select>
<select id="selectSupplierIdByLibraryId" parameterType="string" resultType="string">

View File

@ -965,12 +965,11 @@
<select id="getSupplierPage" parameterType="map"
resultType="com.chinaunicom.zyhy.ebtp.supplier.coscosupplier.vo.SupplierPageVo">
select
csb.id,
csb.name,
csb.name_en as nameEn,
csb.enterprise_type as enterpriseType,
csb.supplier_type AS supplierType,
CASE
WHEN csb.supplier_type = 'dvs' THEN social_credit_code