廖井涛
2024-02-27 0294300e78c5e816d7b6ad06ab0fac7a263363eb
north-glass-erp/target/classes/mapper/sd/Product.xml
@@ -103,4 +103,8 @@
        limit #{offset},#{pageSize}
        ;
    </select>
    <update id="updateProductStateById">
        update product set state = #{state} where id = #{id}
    </update>
</mapper>