修改数据
This commit is contained in:
@ -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">
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user