소스 검색

优化 逗号

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

+ 1 - 1
java110-db/src/main/resources/mapper/community/RepairServiceDaoImplMapper.xml

@@ -223,7 +223,7 @@
     <!-- 查询报修信息数量 add by wuxw 2018-07-03 -->
     <select id="queryRepairsCount" parameterType="Map" resultType="Map">
         select count(1) count
-        from r_repair_pool t,
+        from r_repair_pool t
         <if test="staffId != null and staffId != ''">
             ,r_repair_user rru
             ,t_dict td