platformx-device-biz/src/main/resources/mapper/DeviceTechnicalAgreementMapper.xml
@@ -29,7 +29,7 @@
   <select id="page" resultType="com.by4cloud.platformx.device.entity.vo.DeviceTechnicalAgreementPageVo">
      select
          dta.id,
         c.name contractName,
         dta.agreement_name,
         dta.partya ,
         dta.partyb ,
         dta.partyc ,
@@ -38,7 +38,6 @@
         dta.device_code
      from
         device_technical_agreement dta
      join contract c on dta.contract_id = c.id
      join device d on d.id = dta.device_id
      where
         dta.del_flag = '0'