2
0

2 コミット c051bb9c30 ... fb1ad7bd91

作者 SHA1 メッセージ 日付
  lin fb1ad7bd91 Merge remote-tracking branch 'origin/20210716' into 20210716 3 年 前
  lin 9ec974065e 小区code 3 年 前

+ 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">