Your Name лет назад: 3
Родитель
Сommit
a02af6fbba

+ 0 - 2
java110-db/src/main/resources/mapper/user/OwnerCarServiceDaoImplMapper.xml

@@ -336,8 +336,6 @@
     <select id="queryOwnerCarsCount" parameterType="Map" resultType="Map">
         select count(1) count
         from owner_car t
-        left join t_dict t1 on t.car_type=t1.status_cd and t1.table_name='owner_car' and t1.table_columns = 'car_type'
-        left join t_dict t2 on t.state=t2.status_cd and t2.table_name='owner_car' and t2.table_columns = 'state'
         left join building_owner bow on t.owner_id = bow.member_id and bow.status_cd = '0' and bow.community_id =
         t.community_id
         <if test="memberCarNumLike !=null and memberCarNumLike != ''">