姜友瑶
2022-05-17 6d5ebf8cc72f9a342ca81239f1d65519bfa4041b
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>