springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ConvenientMerchantMapper.xml
@@ -189,4 +189,11 @@ </foreach> END </update> <update id="batchUpdateBusinessStatus"> UPDATE `com_convenient_merchants` SET business_status = #{status} WHERE id IN <foreach collection="convenientMerchantDOList" open="(" separator="," close=")" item="item" index="index"> #{item.id} </foreach> </update> </mapper>