liusheng
4 天以前 d8a4346f081f99760eb4ccf87b76f1e0d94b64c0
ruoyi-generator/src/main/resources/mapper/generator/GenTableMapper.xml
@@ -59,7 +59,7 @@
    <select id="selectGenTableList" parameterType="GenTable" resultMap="GenTableResult">
      <include refid="selectGenTableVo"/>
      where 1=1
      where
      <if test="orgid != null and orgid != ''">
         AND orgid = #{orgid}
      </if>