wuxw
2022-05-10 b2b5bdf6f42597e582da96aa56707e1f68d3936e
java110-db/src/main/resources/mapper/store/StoreAttrServiceDaoImplMapper.xml
@@ -76,6 +76,12 @@
    </insert>
    <!-- 保存商户属性信息 add by wuxw 2018-07-03 -->
    <insert id="saveStoreAttrInfo" parameterType="Map">
        insert into
        s_store_attr(attr_id,spec_cd,store_id,b_id,value)
        values (#{attrId},#{specCd},#{storeId},'-1',#{value})
    </insert>
    <!-- 查询商户属性信息 add by wuxw 2018-07-03 -->
    <select id="getStoreAttrInfo" parameterType="Map" resultType="Map">