935090232@qq.com
2022-05-03 3236778a727a75bdb2f6fcb752c59068ec12ac28
zq-erp/src/main/resources/mybatis/mapper/hive/SysShopInfoDao.xml
@@ -310,5 +310,12 @@
   <select id="selectZbShop" resultMap="SysShopInfoMap">
      select * from sys_shop_info where shop_type=1 and company_id=#{companyId}
   </select>
    <select id="selectByIds" resultType="com.matrix.system.hive.bean.SysShopInfo">
      select * from sys_shop_info where  ID in
      <foreach collection="list" index="index" item="item" open="("
             separator="," close=")">
         #{item}
      </foreach>
   </select>
</mapper>