2 커밋 c051bb9c30 ... fb1ad7bd91

작성자 SHA1 메시지 날짜
  lin fb1ad7bd91 Merge remote-tracking branch 'origin/20210716' into 20210716 3 년 전
  lin 9ec974065e 小区code 3 년 전
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      zoniot-rmcp/zoniot-rmcp-core/src/main/java/com/zcxk/rmcp/core/mapper/CommunityMapper.xml

+ 1 - 2
zoniot-rmcp/zoniot-rmcp-core/src/main/java/com/zcxk/rmcp/core/mapper/CommunityMapper.xml

@@ -232,9 +232,8 @@
   </select>
 
   <select id="getMaxCodeBySiteId" resultType="java.lang.String">
-        select  MAX(ifnull(code,0))+1 code
+        select  MAX(ifnull(id,0))+1 code
         from rmcp_community
-        where tenant_id = #{tenantId}
   </select>
   
   <select id="findCommunity" resultType="com.zcxk.rmcp.core.entity.Community">