소스 검색

优化sql 错误

wuxw 6 년 전
부모
커밋
e244180543
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      java110-db/src/main/resources/mapper/hardwareAdapation/CarInoutServiceDaoImplMapper.xml

+ 0 - 1
java110-db/src/main/resources/mapper/hardwareAdapation/CarInoutServiceDaoImplMapper.xml

@@ -162,7 +162,6 @@
     <!-- 查询进出场数量 add by wuxw 2018-07-03 -->
     <select id="queryCarInoutsCount" parameterType="Map" resultType="Map">
         select count(1) count
-        from car_inout t
         from car_inout t,t_dict td1
         where 1 =1
         and t.state = td1.status_cd