935090232@qq.com
2022-02-20 c253b555c7905c5136d47cd615ef545fa50cc6ad
zq-erp/src/main/resources/mybatis/mapper/common/SysCompanyDao.xml
@@ -761,7 +761,8 @@
      com_logo,
      com_valid,
      com_functions,
      com_plats
      com_plats,
      com_code
      from sys_company
      <where>
         <if test="record!=null">
@@ -860,4 +861,7 @@
         </if>
      </where>
   </select>
   <select id="selectAll" resultMap="SysCompanyMap">
      select * from sys_company
   </select>
</mapper>