chenlu
2024-03-18 00a6c486eb0f4aec35af265ff9851bff41f18bd2
north-glass-erp/src/main/resources/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>